How to stop processes from going into the page file

Posted by Not a Name on Super User See other posts from Super User or by Not a Name
Published on 2011-03-16T01:12:30Z Indexed on 2011/03/16 16:12 UTC
Read the original article Hit count: 223

Filed under:
|

I have a server, and windows vista, 64-bit, 4gb ram. Sometimes the server randomly drops into the page file, and disconnects everyone who was online. Only after I click the cmd.exe window does it comes back out. How do I mark a program as not eligible for the page file?

If this is relevant, I'm using a Minecraft server with the following command line arguments:

java -server -Xmx256M -Xms256M -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=200 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=16 -Xnoclassgc -XX:UseSSE=3 -XX:ParallelGCThreads=3 -jar minecraft_server.jar nogui

© Super User or respective owner

Related posts about windows-vista

Related posts about 64-bit