On Windows 7, does it help to use two partitions on the hard drive for virtual memory page file

pagefilevirtual-memory

I noticed we can set two hard drives or more for virtual memory page file. But my guess is, if it is the same hard drive, just two different partitions, then it may as well be just one partition? (we don't want the hard drive's head to move across back and forth the two partitions)?

If I use two hard drives… one internal and one external, then the external hard drive on USB 2.0 might not help much either, as the transfer rate is only about 30MB/s… maybe another internal hard drive will help, or another hard drive on USB 3.0 might help, which I don't have right now, so it probably won't help?

Best Answer

Your suspicions are correct: Putting 2 page files on two different partitions on the same physical drive decreases performance because of the additional large seeks involved.

I'm not sure if Windows will let you put a page file on a USB drive, but USB 2.0 would be far too slow.

One page file per physical drive is best for performance, and Windows Vista and newer do this automatically by default, and 2000 and XP can be configured for it.

All this said, I'd you're doing enough swapping that you're worried about these kind of performance effects, then more RAM is going to be a much, much better remedy than even using a high end SSD for page file storage.

Related Question