I doubt very seriously that the issue is the size of the paging file. This soulds like a bad application that is not releasing memory when it is no longer needed and therefore eating up you memory. If you increase the size of the page file (if you have more than one disk, then create another page file on it) the appl would probably do the same, just take a little longer to lock up.
Take a look at the porcesses in the task manager and see which one is continually eating RAM. Then tell your app folks to fix it.
Main Topics
Browse All Topics





by: MesthaPosted on 2009-01-05 at 11:43:32ID: 23298444
4096 is the max pagefile you can have on that OS. It can go larger with the x64 version.
Sounds like you have a memory leak on the server, as you shouldn't get memory issues on a correctly running server.
What is it running? Anything interesting?
-M