System requirements
Posted: Sun Jan 15, 2012 2:22 pm
Hi, I would like to ask you how many GBs of ram is recommended for live server with about 1000ppl ? and what about internet connection ?
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 -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM -------------------------------------if ERRORLEVEL 2 goto restartif ERRORLEVEL 1 goto errorgoto end:restart[code]
Code: Select all
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms2048m -Xmx1024m -cp ./../libs
thx, better, now =)banned wrote:small > big-Xms2048m -Xmx1024m
small < big
http://docs.oracle.com/javase/1.4.2/doc ... /java.html
thanks. Useful.banned wrote:small > big-Xms2048m -Xmx1024m
small < big
http://docs.oracle.com/javase/1.4.2/doc ... /java.html