Please note disabling paging totally may not be a good idea
keeping the kernel in memory seems to give me about 15-25% faster
performance.
Another trick, if you have two physical drives, put the OS on one
and the pagefile on the other.
If you like to tune, try these
I would not disable paging altogether.
If you like to tune or tweak try these
http://www.blackviper.com/
http://www.kellys-korner-xp.com/xp_tweaks.htm
http://www.cyberiapc.com/overclocking.htm very carefully......
as always let the buyer beware and have backups.
Hemlock
More on the memory management.
Memory Performance
Improving memory performance can be done simply by preventing your
hard drive from being used for cache. This is only useful with 256Mb
or more of RAM.
Everything that you'll need to edit here can be found in
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session
Manager/Memory Management
So of course add
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management] to your *.reg file.
Disable Paging Executive
This will prevent pages sections from RAM going to the hard drive. If
you have a large amount of RAM at least 256Mb (I suggest 512) you
might want to keep the data in your RAM to improve your performance
considerably due to reduced amount of hard drive swappage. The entry
that you will want to modify is called DisablePagingExecutive.
Changing this from 0 to 1 will keep the data in your RAM.
"DisablePagingExecutive"=dword:00000001
System Cache Boost
The XP kernel can be loaded into your RAM with a simple registry edit.
This can greatly improve performance since the NT Kernel will always
be in your RAM. With this edit you will allocate roughly 4Mb of your
RAM for the kernel. Sometimes more RAM is used but most of the time it
is only 4Mb. The entry that you will need to find is called
LargeSystemCache and you'll need to change this from 0 to 1 in order
to enable this.
"LargeSystemCache"=dword:00000001
To put both of these RAM tweaks into use you'll add something like
this to your reg file
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
Disable Virtual Memory
Right click my computer
Click the advanced tab
Click the settings button under performance
Click the advanced tab
Click change by Virtual Memory
If you have more than 512Mb of RAM
be wary He suggests you click no paging file
Click set then ok 3 times and you'll need to reboot
This may cause your system to quit booting
DirectX based games that use large textures will often times NOT be
able to run even when you have 512Mb of RAM.