Best memory configuration for startgameserver

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Griffin
Posts: 16
Joined: Sun Oct 09, 2011 5:03 pm

Best memory configuration for startgameserver

Post by Griffin »

Code: Select all

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=1024m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM -------------------------------------
Hi community, can help me to add more memory to startgameserver?

This is my host:

Image

Uploaded with ImageShack.us


Thx !
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Best memory configuration for startgameserver

Post by JMD »

Linux or windows?
Griffin
Posts: 16
Joined: Sun Oct 09, 2011 5:03 pm

Re: Best memory configuration for startgameserver

Post by Griffin »

Windows Server 08 x64
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Best memory configuration for startgameserver

Post by JMD »

Try min 1024 and max 3072.
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Best memory configuration for startgameserver

Post by Starter »

JMD wrote:Try min 1024 and max 3072.
I would always use the same value and maybe not nearly all of the available memory since sql and some other stuff needs some memory too so I would suggest using 2048 for both values (xms and xmx) on this machine.
I have promises to keep and miles to go before I sleep.
Griffin
Posts: 16
Joined: Sun Oct 09, 2011 5:03 pm

Re: Best memory configuration for startgameserver

Post by Griffin »

In a few days i add 4gb more of RAM.

Best config for 8GB of ram? Thx ppl !
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Best memory configuration for startgameserver

Post by JMD »

Do the same as with 4bg ram, assign half the ram of your server in your case you will put 4gb min-max.
Post Reply