Possible Duplicate:
Windows Swap (Page File): Enable or Disable?
I have a pc with an Intel i7 2600k x64 processor, Windows 7 64bit and 16gb of RAM. Is it safe to disable the paging file? Will it improve the performance?
Possible Duplicate:
Windows Swap (Page File): Enable or Disable?
I have a pc with an Intel i7 2600k x64 processor, Windows 7 64bit and 16gb of RAM. Is it safe to disable the paging file? Will it improve the performance?
I would recommend against it - I'd let windows decide how to handle the paging file. Whatever you're using will be in ram anyway, and will only be swapped out when inactive.Swapping out is good, since it means you don't have to have memory in use to store things that arn't immediatly needed. It will also reduce the space available for pre-fetching and cause all sorts of wierdness.
According to You will also not be able to write kernel dumps should there be a crash (see the last bit of this article)
Leave it on automatic, and forget about it, unless you have a compelling reason to. If you do want to manually size it it should be at least as large as ram, for kernel dump purposes.