Generally if an operation in memory takes 1 second it will take approximately 1 month if it requires a page fault.
I have a server with 8 GB physical RAM and 18 GB total with page file. My high water mark since the system booted is 2.948 GB. Windows 2003 Server Enterprise edition. Currently the Kernel memory is 60,848 KB total and 45,512 paged.
Question - Is there any wat ot force Windows to keep everything in memory and use no paging until the full physical memory is exhausted?
It just seems that this would be an intuitive obvious action on the part of the operating system for performance.
Software/Hardware used:
ASKED:
June 27, 2006 1:56 PM
UPDATED:
June 29, 2006 11:48 AM
Check out, “RAM, Virtual Memory, Pagefile and all that stuff, ” in the Microsoft knowledgebase #555223.
It says, among other things, that, “Virtual Memory is always in use, even when the memory required by all running processes does not exceed the amount of RAM installed on the system.”
Regards,
JimS
1) having a paging file bigger than 8GB is useless
2) are you using /3GB or /PAE switch in boot.ini to maximize RAM usage?