Improve Swapfile Performance
Posted on February 13th, 2007 by Jason
If you have more than 256MB of RAM this tweak will considerably improve your performance. It basically makes sure that your PC uses every last drop of memory (faster than swap file) before it starts using the swap file.
- Go to Start then Run
- Type “msconfig.exe” then ok
- Click on the System.ini tab
- Expand the 386enh tab by clicking on the plus sign
- Click on new then in the blank box type”ConservativeSwapfileUsage=1″
- Click OK
- Restart PC
Liked this article? Read another similar article.
Tags: basically, swap_file, tweak, Windows, windows xp
























Larry Miller on 23 Jun 2008 at 12:58 pm #
ConservativeSwapfileUsage is not supported on WIndows XP. This setting will accomplish absolutely nothing. In XP, as in all other NT systems, the system.ini file is maintained for compatibility with old 16 bit applications. Most settings, such as this one, will be ignored. The setting did work in Windows 98, although not as described.