Paging file optimization

From espinola.net

Jump to: navigation, search

On This Page

Paging file optimally should:

  1. be at least a total of 1.5 times the size of phyical memory.
  2. be kept defragmented, as one contiguous file to benefit from reduced disk I/O.
  3. configured to a static minimal/initial and maximum size of the same value to prevent future fragmentation.
  4. be split across multiple physical disks to benefit from reduced disk I/O (and Windows built-in algorythm to adaptively use the least-used disk on XP and higher systems).
  5. have a minority footprint of at least 2 MB on the system disk for startup and crash debug purposes.
  6. have a majority footprint on a physical disk with the least ammount of expected disk I/O.

Paging file optimally never should:

  1. be broken across multiple partions of the same physical disk, as this increases disk I/O.

Pagefile sizes:

  • Recommended minimum: 1.5x RAM.
  • Maximum size: 3x RAM up to 4 GB per volume w/o PAE or multi-file registry hack.

References

Microsoft

Personal tools