Jump to content
  • 0

[HELP]Memory


Question

Posted

Please tell me what to change from this to my startgameserver.bat to take from my pc 3gb of ram instead of 900mb :

java -server -Xmx1536m -Xms2500m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

3 answers to this question

Recommended Posts

  • 0
Posted

I saw it's solved, but still, if someone else need that kind of help probably will use search so...

Please tell me what to change from this to my startgameserver.bat to take from my pc 3gb of ram instead of 900mb :

java -server -Xmx1536m -Xms2500m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

I have realy no idia what is this that you show but, normaly change on L2J is:

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m

 

You can easy use math ...

1024 = 1GB

1024+1024

2048 = 2GB

 

2048+1024

3072 = 3GB

  • 0
Posted

Stop with those stupid "uber-codes", in your example -xmx (max heap size) is smaller than -xms (min heap size), which is ridiculous.

 

Some readings.

 

http://avricot.com/blog/index.php?post/2010/05/03/Get-started-with-java-JVM-memory-(heap%2C-stack%2C-xss-xms-xmx-xmn...)

 

And btw you can use 1g for 1024m.

 

1g is clearly enough if you don't use geodata (100-150 players), 2g if you use it. f you're alone without geodata, generally 512m is enough if it isn't coded with feet. Add 3mo RAM / player to the static loading (empty server) to get a decent appreciation of needed RAM.

 

Use L2J generic stuff and edit values as I said.

Guest
This topic is now closed to further replies.


×
×
  • Create New...