1GB vs. 512MB memory resource in your Thinkpad
-
gunston
- ThinkPadder

- Posts: 1306
- Joined: Thu Sep 01, 2005 8:00 am
- Location: Brisbane, QLD AUST
- Contact:
1GB vs. 512MB memory resource in your Thinkpad
hi,
i just wonder if anyone else have observe or notice the significant changes after upgrading your current memory; let say, from 512mb to 1Gb.
Please share your experience, thanks.
because, i am not so convince to upgrade to 1Gb memory module.
i just wonder if anyone else have observe or notice the significant changes after upgrading your current memory; let say, from 512mb to 1Gb.
Please share your experience, thanks.
because, i am not so convince to upgrade to 1Gb memory module.
1. T43 2668-B97 14" SXGA+ 1.5G RAM 9cells
2. X60s 1703-CA3 powerful
2. X60s 1703-CA3 powerful
-
Kyocera
- Moderator Emeritus

- Posts: 4826
- Joined: Wed Aug 10, 2005 8:00 pm
- Location: North Carolina, ...in my mind I'm going to Carolina.....
- Contact:
Funny you should ask, two weeks ago i upgraded my t30 from 512 to 1g and my t42 from 512 to 768, I do not run any heavy duty programs or anything like that, my computers are used for troubleshooting others computers and networks. There was an ever so slight difference in some areas, but a couple of days later they both got 60g 7200rpm hard drives and that was a huge increase in overall speed.
-
bill bolton
- Admin

- Posts: 3848
- Joined: Thu Sep 01, 2005 10:09 am
- Location: Sydney, Australia - Best Address on Earth!
Re: 1GB vs. 512MB memory resource in your Thinkpad
But according to your signature block you already have one.....gunston wrote:because, i am not so convince to upgrade to 1Gb memory module.
- IBM ThinkPad T43 14.1" SXGA+
1.86GHz
60GB HD 5400 RPM
1GB Memory
One thing to bear in mind - if you use Hibernate a lot then it will take approx twice as long to Hibernate and Wakeup as it has twice as much memory to save and restore! 
I recently upgraded from 512MB to 768MB (spotted a 512MB module very cheap on Ebay) and have not noticed much change in speed - but then I only use my PC for browsing, watching DVDs and the odd bit of Word etc
I recently upgraded from 512MB to 768MB (spotted a 512MB module very cheap on Ebay) and have not noticed much change in speed - but then I only use my PC for browsing, watching DVDs and the odd bit of Word etc
-
christopher_wolf
- Special Member
- Posts: 5741
- Joined: Sat Oct 08, 2005 1:24 pm
- Location: UC Berkeley, California
- Contact:
It shoud not take twice as long to resume; it doesn't matter what the bounds of the memory are but rather how much of it is used. In either case, 1GB or 512MB, the entire contents over memeory are imaged to the HDD and then later reloaded into memory. So if there is 256MB in RAM at the time in either case, only that portion will be imaged, this is the default setting and can be changed, to the HDD. This is from what I have observed in upgrading my T43 from 512MB to 1GB.
Unallocated memory during a hibernation is usually *not* saved; in other words, it takes the 256MB of active data in RAM, registers the addresses, then packs it into a file on the HDD; somewhat like removing the "blank space" and "compressing" it. So, regardless of whether or not you have 1GB or 512MB, you should have the same resume-from-hibernate time as you are only reloading, in the given case, 256MB into the proper registers and not doing a full load into the RAM that happens to equal the storage capacity of all the RAM you have on your system (i.e. For 1GB of RAM, you will not be loading 1GB worth of data back in unless you were actually *using* 1GB of data; same goes for 512MB of RAM). There are also certain types of hibernation that actually overlay another layer of data compression or other (not too well documented) format, but that doesn't affect this.
I noticed no difference in the resume-from-hibernate time for my T43 when it had the 1GB of RAM versus only 512MB of RAM. True, the hiberfile.sys file is usually the same size as the physical RAM you have, but I have very rarely seen all of this used unless there were many processes in memory that had to be saved or a core dump that happened right after the hibernation.
In XP, and this has been taken from OSes like BSD and other forms of Unix, unused memory pages are freed (and not written to disk, but the register location is referenced and stored in what I believe is a parallel linked array), reducing the overall amount of memory that needs to be saved. The remaining physical memory pages are compressed as well. The compressed memory pages are then written to disk, usually using DMA. Windows XP also overlaps compression as well for large (i.e. over 64K) memory blocks and winds up doing two things at once (e.g. writing/reading, compressing/writing, etc).
The rate-limiting bottleneck occurs upon resume where the BIOS has to read out all the data that was compressed; this occurs serially. So whilst Windows can support resume times of 2-3 seconds, it actually depends on the BIOS version/revision and how fast it goes through the actual hardware. This isn't a problem for a modern BIOS, especially the ones in the T4X Series Thinkpads.
That said, I really enjoy having 1GB of memory instead of just 512MB...The difference is quite significant.
Unallocated memory during a hibernation is usually *not* saved; in other words, it takes the 256MB of active data in RAM, registers the addresses, then packs it into a file on the HDD; somewhat like removing the "blank space" and "compressing" it. So, regardless of whether or not you have 1GB or 512MB, you should have the same resume-from-hibernate time as you are only reloading, in the given case, 256MB into the proper registers and not doing a full load into the RAM that happens to equal the storage capacity of all the RAM you have on your system (i.e. For 1GB of RAM, you will not be loading 1GB worth of data back in unless you were actually *using* 1GB of data; same goes for 512MB of RAM). There are also certain types of hibernation that actually overlay another layer of data compression or other (not too well documented) format, but that doesn't affect this.
I noticed no difference in the resume-from-hibernate time for my T43 when it had the 1GB of RAM versus only 512MB of RAM. True, the hiberfile.sys file is usually the same size as the physical RAM you have, but I have very rarely seen all of this used unless there were many processes in memory that had to be saved or a core dump that happened right after the hibernation.
In XP, and this has been taken from OSes like BSD and other forms of Unix, unused memory pages are freed (and not written to disk, but the register location is referenced and stored in what I believe is a parallel linked array), reducing the overall amount of memory that needs to be saved. The remaining physical memory pages are compressed as well. The compressed memory pages are then written to disk, usually using DMA. Windows XP also overlaps compression as well for large (i.e. over 64K) memory blocks and winds up doing two things at once (e.g. writing/reading, compressing/writing, etc).
The rate-limiting bottleneck occurs upon resume where the BIOS has to read out all the data that was compressed; this occurs serially. So whilst Windows can support resume times of 2-3 seconds, it actually depends on the BIOS version/revision and how fast it goes through the actual hardware. This isn't a problem for a modern BIOS, especially the ones in the T4X Series Thinkpads.
That said, I really enjoy having 1GB of memory instead of just 512MB...The difference is quite significant.
Last edited by christopher_wolf on Wed Mar 22, 2006 11:53 am, edited 4 times in total.
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c
~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"
~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"
That is interesting....
I am no expert and was just sharing what I had observed when I upgraded the RAM on my previous NEC Versa laptop from 512BM to 1GB (just for the fun of it!) . Once I upgraded the RAM on my NEC I did notice a dramatic increase in Restore time. And since I never have much open in the way off Applications etc I cant put that down to increase in *Used* RAM. I am pretty sure the hiberfil.sys went upto approx 1GB after the upgrade.
I havent notice too much of a change on my T40 but then I only went up from 512 to 768.
I am no expert and was just sharing what I had observed when I upgraded the RAM on my previous NEC Versa laptop from 512BM to 1GB (just for the fun of it!) . Once I upgraded the RAM on my NEC I did notice a dramatic increase in Restore time. And since I never have much open in the way off Applications etc I cant put that down to increase in *Used* RAM. I am pretty sure the hiberfil.sys went upto approx 1GB after the upgrade.
I havent notice too much of a change on my T40 but then I only went up from 512 to 768.
I have a T42s (2373-K5H) that came with 512 MB RAM and 5K40 HDD...
1) upgraded 512 MB to 1GB RAM, and the general Windows UI response was quite noticably faster.
OK, I usually have my Outlook Express running (4 GB of emails), MS Word, MS EXcel, and my X1 Desktop Search program running.
www.x1.com
especially noticeable when i switch programs on the Windows Taskbar--guess HDD swap file use was minimal.
2) then with 1 GB RAM, i upgraded my HDD to 7K60.
disk intensive usage was much faster, and even time for right-click Windows Context Menu was noticably faster.
All in all, upgrading your computer with Win'XP-Pro to 1 GB, and adding 7200RPM HDD makes your computer almost as good as those T43P or T42P, quite fast.
Money well spent, IMHO...
[Edit: I also bought Port Replicator II & spare power brick with the money i've saved by *not* buying a T42p, instead buying a T42 & upgrading RAM & HDD]
1) upgraded 512 MB to 1GB RAM, and the general Windows UI response was quite noticably faster.
OK, I usually have my Outlook Express running (4 GB of emails), MS Word, MS EXcel, and my X1 Desktop Search program running.
www.x1.com
especially noticeable when i switch programs on the Windows Taskbar--guess HDD swap file use was minimal.
2) then with 1 GB RAM, i upgraded my HDD to 7K60.
disk intensive usage was much faster, and even time for right-click Windows Context Menu was noticably faster.
All in all, upgrading your computer with Win'XP-Pro to 1 GB, and adding 7200RPM HDD makes your computer almost as good as those T43P or T42P, quite fast.
Money well spent, IMHO...
[Edit: I also bought Port Replicator II & spare power brick with the money i've saved by *not* buying a T42p, instead buying a T42 & upgrading RAM & HDD]
-
brentpresley
- ThinkPadder

- Posts: 1434
- Joined: Fri Dec 23, 2005 4:19 pm
- Location: Dallas, TX
- Contact:
7200RPM drives ONLY come with 8MB cache.gunston wrote:oh 60g 7200rpm hard disk with 2mb buffer or 8mb buffer size?Kyocera wrote:but a couple of days later they both got 60g 7200rpm hard drives and that was a huge increase in overall speed.
Custom T60p
2.33GHz 4MB 667MHz Core 2 Duo
4GB PC2-5300 DDR SDRAM
Bluetooth / Atheros ABGN
200GB 7k200 7200RPM Hard Drive
8X DVD Multiburner
15" UXGA - ATI FireGL V5250 (256MB)
http://www.xcpus.com
2.33GHz 4MB 667MHz Core 2 Duo
4GB PC2-5300 DDR SDRAM
Bluetooth / Atheros ABGN
200GB 7k200 7200RPM Hard Drive
8X DVD Multiburner
15" UXGA - ATI FireGL V5250 (256MB)
http://www.xcpus.com
By far upgrading to a 7200 RPM drive will make the most difference for most people if you have 512mb OR more.
The biggest advantage of 1GB or more is that you can turn off kernel paging in windows XP. This isnt the same as turning off your pagefile completely and requires a registry entry.
By disabling kernel paging the windows kernel itself is always held in RAM. This speeds windows up dramatically unless you only use 1 or 2 programs.
Basically from my findings it works like this:
IF 512 is enough PROGRAM memory for you now, 1GB will allow you to page less of windows out, and give you a slight increase in program speed due to less program paging.
Equally if 1GB is enough program memory for you know 1.5GB will allow you to page less of windows out etc
Personally 1GB is borderline for me, so i went right upto 2GB. I've restricted my page file to 1/4 of my total memory and stopped kernel paging. My computer seems about 30% faster.
The biggest advantage of 1GB or more is that you can turn off kernel paging in windows XP. This isnt the same as turning off your pagefile completely and requires a registry entry.
By disabling kernel paging the windows kernel itself is always held in RAM. This speeds windows up dramatically unless you only use 1 or 2 programs.
Basically from my findings it works like this:
IF 512 is enough PROGRAM memory for you now, 1GB will allow you to page less of windows out, and give you a slight increase in program speed due to less program paging.
Equally if 1GB is enough program memory for you know 1.5GB will allow you to page less of windows out etc
Personally 1GB is borderline for me, so i went right upto 2GB. I've restricted my page file to 1/4 of my total memory and stopped kernel paging. My computer seems about 30% faster.
6457-5KU (T61p) - Intel Core 2 Duo T7700 2.4GHz, 4GB RAM, 200GB HDD, 24x DVD, 15.4" WUXGA TFT, nVIDIA Quadro FX570M, Card Reader, Intel 4965AG, Windows Vista Ultimate
How do I turn off kernel paging?
Is doing everything in this guide recommended?
http://kadaitcha.cx/performance.html
Is doing everything in this guide recommended?
http://kadaitcha.cx/performance.html
I would say all those tweaks are relatively safe and can be undone easily.
Having said that, if you don't understand the explanation of each tweak there, then don't use it. Also make a complete registry backup before playing with all these settings.
Kernel paging is in tweak #5. LargeSystemCacheis not advisable if you have minimal ram.
Having said that, if you don't understand the explanation of each tweak there, then don't use it. Also make a complete registry backup before playing with all these settings.
Kernel paging is in tweak #5. LargeSystemCacheis not advisable if you have minimal ram.
6457-5KU (T61p) - Intel Core 2 Duo T7700 2.4GHz, 4GB RAM, 200GB HDD, 24x DVD, 15.4" WUXGA TFT, nVIDIA Quadro FX570M, Card Reader, Intel 4965AG, Windows Vista Ultimate
-
pianowizard
- Senior ThinkPadder

- Posts: 8368
- Joined: Tue Jun 28, 2005 5:07 am
- Location: Ann Arbor, MI
- Contact:
I upgraded my X40 from 512MB to 1GB and haven't noticed any difference in performance, though I haven't done anything very demanding on this machine yet.
Microsoft Surface 3 (Atom x7-Z8700 / 4GB / 128GB / LTE)
Dell OptiPlex 9010 SFF (Core i3-3220 / 8GB / 8TB); HP 8300 Elite minitower (Core i7-3770 / 16GB / 9.25TB)
Acer T272HUL; Crossover 404K; Dell 3008WFP, U2715H, U2711, P2416D; Monoprice 10734; QNIX QHD2410R; Seiki Pro SM40UNP
Dell OptiPlex 9010 SFF (Core i3-3220 / 8GB / 8TB); HP 8300 Elite minitower (Core i7-3770 / 16GB / 9.25TB)
Acer T272HUL; Crossover 404K; Dell 3008WFP, U2715H, U2711, P2416D; Monoprice 10734; QNIX QHD2410R; Seiki Pro SM40UNP
No!
Turning of virtual memory is a bad idea regardless of how much memory you have. There's alot of threads about it on the net.
You can turn off kernel paging, which stops windows being paged out. Depending on how you use your computer it may or may not improve things.
Use something like Tune Up Utilities 2006:
http://www.tune-up.com/
* 30 day trial, which you can use to tweak, then uninstall it
If you're confident everything it can do can be done using the registry, but it offers a nice GUI and wizard type interface recomending changes for you.
One really good trick make your computer seem faster is to decrease the start menu delay from 400ms to 0ms.
Turning of virtual memory is a bad idea regardless of how much memory you have. There's alot of threads about it on the net.
You can turn off kernel paging, which stops windows being paged out. Depending on how you use your computer it may or may not improve things.
Use something like Tune Up Utilities 2006:
http://www.tune-up.com/
* 30 day trial, which you can use to tweak, then uninstall it
If you're confident everything it can do can be done using the registry, but it offers a nice GUI and wizard type interface recomending changes for you.
One really good trick make your computer seem faster is to decrease the start menu delay from 400ms to 0ms.
6457-5KU (T61p) - Intel Core 2 Duo T7700 2.4GHz, 4GB RAM, 200GB HDD, 24x DVD, 15.4" WUXGA TFT, nVIDIA Quadro FX570M, Card Reader, Intel 4965AG, Windows Vista Ultimate
-
gunston
- ThinkPadder

- Posts: 1306
- Joined: Thu Sep 01, 2005 8:00 am
- Location: Brisbane, QLD AUST
- Contact:
you mean, that turning off the file paging would increased the gaming performance?monkey243 wrote:I have T43 coming from 512M memory.
I upgrad to 1G memory,and ture off the virtual memory.In this case,I can feel some diffrence at usual use.Opening windows,running software more quickly.
When I play need for speed most wanted 2,I feel a huge advantage!
1. T43 2668-B97 14" SXGA+ 1.5G RAM 9cells
2. X60s 1703-CA3 powerful
2. X60s 1703-CA3 powerful
-
nirvana0001
- Junior Member

- Posts: 407
- Joined: Tue May 24, 2005 12:39 pm
- Location: New York City
- Contact:
-
FRiC
- Junior Member

- Posts: 279
- Joined: Mon Jul 18, 2005 10:37 am
- Location: Bangkok, Thailand
- Contact:
In my experience, unless there's a significant speed increase, you can't really feel the difference when upgrading. However, once you upgraded, it becomes really painful to use the original configuration. My ThinkPad has 2 GB RAM, and a few weeks ago I had to swap RAM with someone so I went to 1.5 GB temporarily. It was so painfully slow...
Naturally, the guy that swapped RAM with me said the same thing. He couldn't feel much difference besides faster loading times. Then after we swapped back, he couldn't stand it anymore and he went to buy more RAM.
Naturally, the guy that swapped RAM with me said the same thing. He couldn't feel much difference besides faster loading times. Then after we swapped back, he couldn't stand it anymore and he went to buy more RAM.
X230 | i5-3210M | 8GB | 500GB | WWAN
-
monkey243
- Sophomore Member
- Posts: 153
- Joined: Sat Aug 27, 2005 9:39 am
- Location: GUANGZHOU CHINA
- Contact:
Yes,it did increased the gaming performance in NFS.But maybe litter thing to do with the turning off the file paging.The gaming performance increased is because of memory increaced from 512M to 1G.gunston wrote:you mean, that turning off the file paging would increased the gaming performance?monkey243 wrote:I have T43 coming from 512M memory.
I upgrad to 1G memory,and ture off the virtual memory.In this case,I can feel some diffrence at usual use.Opening windows,running software more quickly.
When I play need for speed most wanted 2,I feel a huge advantage!
With 512M memory,I have to wait for a long time,about 10s,to get into NFS9 first piture.When in gaming,sometime it will stuck,because HDD can not hand up the data so quckly.
With 1G memory,I just have to wait for about 3s to get into the first piture of NFS9.And almost not stuck during gaming.Finally,the task of HDD is not so heavy.
After all,I am so sorry about my broken english.
IBM X31 2672B1J 1.3G/1G/120G/CISCO 350
increasing from 1gb to 2 gb really sped up how quickly resource intensive apps load for me - like Unreal Tournament 2004 loads much faster with 2 gb. Also, Crucial sells the same RAM under different product ID's with different prices. The "official" one for the T42p was about $70 more than the generic crucial ram that wasn't linked to a specific computer. A chat with Crucial tech support verified that they were identical parts and they recommended that I save the $70...
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Computrace and who REALLY owns your ThinkPad?
by Digitalhorizons » Fri Jan 13, 2017 5:55 am » in GENERAL ThinkPad News/Comments & Questions - 3 Replies
- 689 Views
-
Last post by MikalE
Fri Jan 13, 2017 10:40 am
-
-
-
FS: T520 with i5-2540 cpu (2.6GHz), 6GB RAM, NVIDIA 1GB gpu, 1600x900 screen, 160GB HDD
by tpdude4 » Sun Jun 25, 2017 6:09 am » in Marketplace - Forum Members only - 0 Replies
- 160 Views
-
Last post by tpdude4
Fri Jun 30, 2017 4:18 am
-
-
-
What operatings systems are y'all using on your vintage ThinkPads?
by goldeneagle » Thu Jan 05, 2017 4:00 pm » in ThinkPad Legacy Hardware - 15 Replies
- 2432 Views
-
Last post by w0qj
Sat Mar 11, 2017 9:12 am
-
-
-
When Autocorrect screws your eBay listings.
by Thinkpad4by3 » Wed Jun 14, 2017 8:43 pm » in ThinkPad Legacy Hardware - 2 Replies
- 250 Views
-
Last post by Thinkpad4by3
Thu Jun 15, 2017 11:02 am
-
Who is online
Users browsing this forum: No registered users and 37 guests




