R
Rick C.
I have a C: and a D: drive. I'd like to put my pagefile on D: -- is
that ok? Can I completely eliminate the one on C:?
that ok? Can I completely eliminate the one on C:?
Rick C. said:I have a C: and a D: drive. I'd like to put my pagefile on D: -- is
that ok? Can I completely eliminate the one on C:?
Rick C. said:I have a C: and a D: drive. I'd like to put my pagefile on D: -- is
that ok?
Can I completely eliminate the one on C:?
The right thing to do is install enough memory that the swap file is notSteve said:Yes .. and can be used thus to enhance performance if the drives are
seperate disks and not just partitions on the same device
refer to http://www.petri.co.il/pagefile_optimization.htm
yes
William said:The right thing to do is install enough memory that the swap file is not
used at all. The large cache that Windows implements makes the effect
minimal anyway.
=?Utf-8?B?UGFzY2FsIERhbW1hbg==?= said:That 322MB (pagefile usage) actually means: this memory CAN be paged out
if you are running out of memory. Usually most of it will still be in
RAM.
There is no easy way to calculate the size of a paging file.
In worst case the pagefile has to be at least the maximum size of all
the Virtual Memory in use (Commit Charge Peak). (Thanks to David
Solomon.)
In NT4 and W2000 you can configure "no pagefile", but still 20MB will be
allocated. As of XP the pagefile really can be zero.
Pascal said:That 322MB (pagefile usage) actually means: this memory CAN be paged out if
you are running out of memory. Usually most of it will still be in RAM.
There is no easy way to calculate the size of a paging file.
In worst case the pagefile has to be at least the maximum size of all the
Virtual Memory in use (Commit Charge Peak). (Thanks to David Solomon.)
In NT4 and W2000 you can configure "no pagefile", but still 20MB will be
allocated. As of XP the pagefile really can be zero.