Page 1 of 1
Best memory configuration for startgameserver
Posted: Sat Mar 10, 2012 4:44 pm
by Griffin
Code: Select all
REM -------------------------------------REM Default parameters for a basic server.java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServerREMREM If you have a big server and lots of memory, you could experiment for example withREM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=1024m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM -------------------------------------
Hi community, can help me to add more memory to startgameserver?
This is my host:
Uploaded with
ImageShack.us
Thx !
Re: Best memory configuration for startgameserver
Posted: Sat Mar 10, 2012 5:41 pm
by JMD
Linux or windows?
Re: Best memory configuration for startgameserver
Posted: Sat Mar 10, 2012 7:15 pm
by Griffin
Windows Server 08 x64
Re: Best memory configuration for startgameserver
Posted: Sat Mar 10, 2012 7:20 pm
by JMD
Try min 1024 and max 3072.
Re: Best memory configuration for startgameserver
Posted: Sat Mar 10, 2012 10:54 pm
by Starter
JMD wrote:Try min 1024 and max 3072.
I would always use the same value and maybe not nearly all of the available memory since sql and some other stuff needs some memory too so I would suggest using 2048 for both values (xms and xmx) on this machine.
Re: Best memory configuration for startgameserver
Posted: Sun Mar 11, 2012 5:35 am
by Griffin
In a few days i add 4gb more of RAM.
Best config for 8GB of ram? Thx ppl !
Re: Best memory configuration for startgameserver
Posted: Sun Mar 11, 2012 3:24 pm
by JMD
Do the same as with 4bg ram, assign half the ram of your server in your case you will put 4gb min-max.