Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • But in case the pagefile is on a virtual RAM drive, the time used to copy some megabytes from RAM to virtual hard drive or back from it will be reduced. And if the pagefile is disabled completely, there should be no time wasted on that at all. Is this correct? Commented Sep 11, 2014 at 9:02
  • 2
    Correct. Copying bytes from RAM to a pagefile that is on a ramdisk is the fastest possible pagefile. But not copying at all is smarter.
    – Peter
    Commented Sep 11, 2014 at 9:05
  • 2
    Swapfiles are there to compensate for a lack of RAM. If there's plenty of RAM, there's no need to compensate. Your OS will still use the swapfile though, so it's quicker to turn it off in that case.
    – user366447
    Commented Sep 11, 2014 at 13:44
  • 6
    @Mast That's a gross oversimplification. Swapfiles are also there to permit efficient use of RAM. Commented Sep 11, 2014 at 16:34
  • 1
    @DavidSchwartz Perhaps, but that's the explanation that explained it to me the best. In most cases, a small amount of swapfile is always benificiary over no swapfile. However, I don't have the resources to back that up.
    – user366447
    Commented Sep 11, 2014 at 20:45