Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with java?
#6
(12-23-2010, 12:11 PM)SehCure Wrote: Pictures of what?
The client..closes. Doesnt give me a chance to stop it, just ends itself when the CPU usage gets to high :[
Try this.

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
Reply


Messages In This Thread
Problem with java? - by Swift Swim - 12-23-2010, 11:57 AM
RE: Problem with java? - by Project- - 12-23-2010, 12:02 PM
RE: Problem with java? - by Swift Swim - 12-23-2010, 12:03 PM
RE: Problem with java? - by Project- - 12-23-2010, 12:04 PM
RE: Problem with java? - by Swift Swim - 12-23-2010, 12:11 PM
RE: Problem with java? - by The Doctor - 12-27-2010, 03:46 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)