The performance tweak eljeffe is talking about is an old one.
You set your min and max virtual memory to have the same exact custom size. Say 2048 MB. You want to do this when you have a defragmented drive with plenty of free space on it. This way the new pagefile is written as one big contiguous file.
A badly fragmented pagefile would definitely not be good for performance. Windows will read and write to the pagefile quicker because its contiguous on the disk. Also Windows won't waste time resizing the pagefile.
You set your min and max virtual memory to have the same exact custom size. Say 2048 MB. You want to do this when you have a defragmented drive with plenty of free space on it. This way the new pagefile is written as one big contiguous file.
A badly fragmented pagefile would definitely not be good for performance. Windows will read and write to the pagefile quicker because its contiguous on the disk. Also Windows won't waste time resizing the pagefile.
Comment