Originally posted by: Tweakin
I believe MS recommends 2.5 times the available memory for optimal performance...which is why it is constantly resizing in XP. I normally set it to manual and use that recommendation...can't say I've ever noticed an improvement though...
It only works for certain memory sizes.
I guarantee, for someone with 4GB of system memory (on a 64-bit OS obviously), for example, 10GB of page file is extremely overkill and far from ideal. That's just a waste of disk space.
Dynamic resizing can have a performance impact, but to make the page file static, you'll need to make sure you're using a safe amount which won't be small enough to impact performance also.
The location on the hard drive matters as well. The outside of the drive platters are the fastest, and Windows detects one such area as the beginning of the drive. The reason people recommend partitions isn't because they think it will go faster than non-partitioning, but because it helps ensure the page file will stay on the fastest part of the hard drive regardless of reinstalling and such. For example, if you place a blank hard drive in your PC, and move the page file to this drive, it will likely go to the beginning of the drive. All is well. There are two issues, however. First, if you reinstall and now have other data on that drive, Windows may not place the page file in that same position, it may place it near the end of the drive, in the slower areas. Secondly, if your drive is NTFS, the MFT area might be close to the beginning of the drive, and Windows will place the page file in 2 fragments, sandwiching this MFT area. Depending on what's being paged, this can have consequences.
What I do, after determining which drive I want to handle my page file (which is currently unpartitioned), is make the first partition on the beginning of the drive - as FAT32. Why FAT32? Because the NTFS MFT space and overhead is very wasteful when a partition is only going to contain
one darn file. FAT32 would perform better in such a scenario. So let's say I want a 4GB page file (which is still pretty high, but this is an example), I'll then make a slightly bigger than 4GB FAT32 partition, and the rest of the drive is partitioned as NTFS and used as usual. No matter how many times you reinstall, or move the drive, you can always be sure your page file is on the fastest part of the drive, and in one fragment.
All that said, the performance difference is not very great, which is why most people should just leave it at default.