0 pts.
 Windows OS Paging
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

Answer Wiki:
The link below has the entire article, but here is a quote from the Microsoft Knowledge Base> When you set up a 32-bit version or a 64-bit version of Windows Server 2003 or Windows XP, a page file is created that is one and a half times the amount of RAM that is installed in the computer provided there is sufficient free space on the system hard disk. However, as more RAM is added to a computer, the need for a page file decreases. If you have enough RAM installed in your computer, you may not require a page file at all, unless one is required by a specific application. The article is at this link: http://support.microsoft.com/kb/889654/en-us Note that there is an exception for applications that may require additional page file access.
Last Wiki Answer Submitted:  June 28, 2006  9:35 am  by  FlyNavy   0 pts.
All Answer Wiki Contributors:  FlyNavy   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 30 pts.

 

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?

 0 pts.