Skip to main content

Posts

Showing posts with the label Disabling the paging file

Disabling the paging file

Users of computers with a large amount of RAM have the ability to stop the operating system from pushing any data out into the paging file. This will allow for the faster memory manage ment and memory access that is physically possible for your RAM. Reading and writing directly to the RAM is always significantly faster than having to use the page file. Reading and writing to the paging file requires multiple steps and that takes time. Moreover, reading from the hard drive is nowhere as fast as reading from the RAM. If your system has a large amount of RAM, over 1 gigabytes, then you can consider disabling the paging file. If you have less than 1 gigabyte of RAM, do not even consider disabling the paging file or else you will be running into problems. What can happen if you disable your paging file? If you have enough RAM, then nothing. But if you do not have enough RAM, then if you run a large program such as Photoshop and are working on a large image, you will run into out of ...