Java Error
Posted: Sun Jun 27, 2010 11:16 am
Hello ppl !!!
Couple of minutes ago I installed Geodata and pathnodes on my server and everything went successful until I entered ingame. L2 just stucks and only way to exit it is to end the process from Task Manager. Here is the snapshot of Gameserver console error:

As it seems I ran out of memory and because of that, edited the gameserver file in order to change -xmx for java. So I did that, put -xmx 512, but java still uses 1.3GB memory of my ram. don't know what else to do. This is my Gameserver file's configuration
So be kind and tell me your suggestion about solving this issue.
Thx in advance
L2J Revision 4122:
L2JDP Revision 7322:
Couple of minutes ago I installed Geodata and pathnodes on my server and everything went successful until I entered ingame. L2 just stucks and only way to exit it is to end the process from Task Manager. Here is the snapshot of Gameserver console error:

As it seems I ran out of memory and because of that, edited the gameserver file in order to change -xmx for java. So I did that, put -xmx 512, but java still uses 1.3GB memory of my ram. don't know what else to do. This is my Gameserver file's configuration
Code: Select all
@echo offtitle Game Server Console:startecho Starting L2J Game Server.echo.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 -Xmx512m -Xms512m -Xmn256m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM If you are having troubles on server shutdown (saving data),REM add this to startup paramethers: -Djava.util.logging.manager=com.l2jserver.L2LogManager. Example:REM java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServerREM -------------------------------------if ERRORLEVEL 2 goto restartif ERRORLEVEL 1 goto errorgoto end:restartecho.echo Admin Restart ...echo.goto start:errorecho.echo Server terminated abnormalyecho.:endecho.echo server terminatedecho.pauseĀ
Thx in advance
L2J Revision 4122:
L2JDP Revision 7322: