0 Membros e 1 Visitante estão vendo este tópico.
@echo offtitle L2K1 GameServer:startREM ----------- Set Class Paths and Calls setenv.bat -----------------SET OLDCLASSPATH=%CLASSPATH%call classpath.batREM ------------------------------------------------------------------REM -------------------------------------REM Default parameters for a basic server.java -Dfile.encoding=UTF-8 -Xmx512m net.sf.l2j.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=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM -------------------------------------SET CLASSPATH=%OLDCLASSPATH%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