On Thu, 13 Feb 2014 02:52:34 +0000, oem7110 wrote:
Referring to your suggested approach, should I set virtual memory on another HDD(2) D: drive instead of HDD(1) for C: drive? so I should disable virtual memory on HDD(1) and enable virtual memory on HDD(2).
Since I have used HDD(1) C: drive as virtual memory, which contain pagefile, if I do disable virtual memory on HDD(1) C: drive, can I manually delete pagefile on HDD(1) C: drive in this situation?
Does anyone have any suggestions?
Is D: a separate physical drive or is it a second partition on the
same drive as C:?
Putting the Page File on a second partition is not a good idea, and
can hurt your performance. What it does is move the page file to a
location on the hard drive distant from the other frequently-used data
on the drive. The result is that every time Windows needs to use the
page file, the time to get to it and back from it is increased.
Putting the page file on a second physical drive is a good idea,
since it decreases head movement, but not to a second partition on a
single drive. A good rule of thumb is that the page file should be on
the most-used partition of the least-used physical drive. For almost
everyone with a single drive, that's C:.
If you have enough RAM, the penalty for moving the page file to a
second partition may be slight, since you won't use the page file
much, but it won't help you.
Also, the other problem with a separate partition like this is that
you run the risk of making it too small, in which case programs will
fail for lack of virtual memory, or too large, which is wasteful of
disk space. If you leave it on C:, it can expand or contract as
needed.