|
|
|
|
July 31st, 2003, 06:22 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
[OT] virtual memory
i've got a new hard drive. should i put virtual memory on it, to?
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
July 31st, 2003, 06:38 AM
|
|
Major General
|
|
Join Date: Oct 2002
Posts: 2,174
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: [OT] virtual memory
You usually want to put virtual memory on the drive with the most free space. If the new drive has more free space, go for it.
__________________
Of course, by the time I finish this post, it will already be obsolete. C'est la vie.
|
July 31st, 2003, 07:32 AM
|
|
Brigadier General
|
|
Join Date: Apr 2002
Location: Kailua, Hawaii
Posts: 1,860
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: [OT] virtual memory
I think you should put your vm on the fastest drive. 99% of the time, the slowest and most limiting component on a computer is the harddrive. Speed it up, access it less, or access a faster one and you have a faster system.
JM $0.02
Slick.
__________________
Slick.
|
July 31st, 2003, 07:52 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, Östergötland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: [OT] virtual memory
If you have enough RAM you can try to disable virtual memory altogether.
If you get out of memory errors or warnings you can enable it.
If you can work without virtual memory it is prefarable, as it will speed up the computer some.
If you must use VM try to set it to a fixed size, the scaling of it up and down also takes some time, and if it is a fixed size you can do a boot defrag on it, if it's dynamic it will fragmantize.
[ July 31, 2003, 06:54: Message edited by: Ruatha ]
|
July 31st, 2003, 09:30 PM
|
|
Lieutenant Colonel
|
|
Join Date: Dec 2000
Location: DC Burbs USA
Posts: 1,460
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: [OT] virtual memory
The virtual memory should be fixed in size, do not let the page file alter its size dynamically. This causes it to be fragmented all over the partition.
If you have a second drive on a second controller, moving the page file to that drive will speed performance a little. It lets the system page at the same time that the system is accessing data on the system drive. Well, almost at the same time Moving it to your SCSI stripe volume could be interesting :0
With a gig of memory, a large page file will slow the system down. Above a gig, the memory addressing load will start to slow system performance, and windows has a way of grabbing every bite of ram that it can latch onto.
As a rule, the page file should be 1.5 times the size of the installed ram. But I never found any reason for this. Big page files take longer to access, so IMHO keep it small.
No page file can cause problems. Some apps are written to use the page file for some data. This was done to free up system ram back in the day, but it still populates some code. Seti is an app that pages by default. IMHO 128megs is a ball park lower limit.
All things ram are done in 32’s, 32-64-128-256-512-1024. Try to work the page file size in the same increments. It eases the addressing load on the CPU.
__________________
Think about it
|
August 1st, 2003, 08:20 AM
|
|
Major General
|
|
Join Date: May 2002
Location: Linghem, Östergötland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: [OT] virtual memory
Quote:
Originally posted by Thermodyne:
No page file can cause problems. Some apps are written to use the page file for some data. This was done to free up system ram back in the day, but it still populates some code. Seti is an app that pages by default. IMHO 128megs is a ball park lower limit.
|
Still, if you don't use proggies that needs VM it's better to have none, as it then won't access the HD all the time.
Quote:
All things ram are done in 32’s, 32-64-128-256-512-1024. Try to work the page file size in the same increments. It eases the addressing load on the CPU.
|
This I seriously question!
What should be the reason for the CPU to have "easier adress load" with 33554432 Bytes (32M) or 32M-some (ex 30M)?
Every adress between the 24 and the 32M range uses the same adress length (actually, above 16M it uses the same registers IIRC).
And a modern PC is made for large adress lenghts, so it should make no significant change to the internal workload for the computer what size the page file is, the only difference is in the drive handling. (And as I've stated far below in fragmantazion, aka also drive issues)
Right?
Enlighten me.
[ August 01, 2003, 07:24: Message edited by: Ruatha ]
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|