[HELP] How to edit gameserver.bat
Posted: Sun Aug 02, 2009 1:05 am
Hello, i have a machine with 16GB RAM and 2x Xeon processors. But java using only 1GB of the RAM... i open the gameserver.bat and i see:
I need to paste it to this place:
EDIT:
Okey i test this:
)
How can i use it?REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts ...
I need to paste it to this place:
But i dont know how, thanx for all helpREM Default parameters for a basic server.
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer

EDIT:
Okey i test this:
Is this right?java -server -Xmx4096m -Xms2048m -Xmn1024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
