System requirements
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Creck
- Posts: 10
- Joined: Sun Jan 15, 2012 1:03 pm
System requirements
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 ?
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: System requirements
around 8gb ram (if you use it with geodata).
about internet... ofc a dedicated server with at least 100mb speed.
about internet... ofc a dedicated server with at least 100mb speed.
-
- Posts: 196
- Joined: Mon Apr 26, 2010 11:00 pm
Re: System requirements
about memory, i tryed to increase the ram, cuz since the last synchro of stable version, my free memory is arround 224 mo free / 910
Before, my memory was arround 400 mo free...
here is my .bat
echo.echo Admin Restart ...echo.goto start:errorecho.echo Server terminated abnormalyecho.:endecho.echo server terminatedecho.pause[/code]
i edited like that:
But nothing change. How can i increase my memory? thx
Before, my memory was arround 400 mo free...
here is my .bat
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]
i edited like that:
Code: Select all
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms2048m -Xmx1024m -cp ./../libs
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
-
- Posts: 196
- Joined: Mon Apr 26, 2010 11:00 pm
Re: System requirements
thx, better, now =)banned wrote:small > big-Xms2048m -Xmx1024m
small < big
http://docs.oracle.com/javase/1.4.2/doc ... /java.html
-
- Posts: 37
- Joined: Tue Oct 18, 2011 11:20 am
Re: System requirements
thanks. Useful.banned wrote:small > big-Xms2048m -Xmx1024m
small < big
http://docs.oracle.com/javase/1.4.2/doc ... /java.html