JANEZ123456 Posted December 12, 2009 Posted December 12, 2009 any can help me whit this problem http://img6.imageshack.us/img6/8082/breznaslova.jpg or any time this got http://img6.imageshack.us/img6/9127/breznaslovaq.jpg
0 DominiQue Posted December 13, 2009 Posted December 13, 2009 You have x64 system :P Open GameServer.bat and you will see something like this : java -Xmx512m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer Repleace : java -Xmx512m -cp With: java -Xmx2012m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
0 JANEZ123456 Posted December 13, 2009 Author Posted December 13, 2009 i have vista x64 what i need change? @echo off title Game Server Console :start REM ----------- Set Class Paths and Calls setenv.bat ----------------- SET OLDCLASSPATH=%CLASSPATH% call classpath.bat REM ------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx512m com.l2dot.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM ------------------------------------- SET CLASSPATH=%OLDCLASSPATH% if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause
0 Intrepid Posted December 13, 2009 Posted December 13, 2009 i have vista x64 what i need change? @echo off title Game Server Console :start REM ----------- Set Class Paths and Calls setenv.bat ----------------- SET OLDCLASSPATH=%CLASSPATH% call classpath.bat REM ------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx512m com.l2dot.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM ------------------------------------- SET CLASSPATH=%OLDCLASSPATH% if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause l2dot btw where is your Xmx? :D alredy answered so locked.
Question
JANEZ123456
any can help me whit this problem
http://img6.imageshack.us/img6/8082/breznaslova.jpg
or any time this got
http://img6.imageshack.us/img6/9127/breznaslovaq.jpg
6 answers to this question
Recommended Posts