12-27-2010, 03:46 AM
(This post was last modified: 12-27-2010, 03:46 AM by The Doctor.)
(12-23-2010, 12:11 PM)SehCure Wrote: Pictures of what?Try this.
The client..closes. Doesnt give me a chance to stop it, just ends itself when the CPU usage gets to high :[
64 bit OS
Code:
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms600M -Xmx600M -YOURJARFILE.JAR
32 bit OS
Code:
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xms850M -Xmx850M -YOURJARFILE.JAR
It will limit the java program to 850MB RAM maximum so it wont even try to use up any more.
Source:
Modified command line of Minecraft Server