Allocate more ram to gameserver

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
dj33
Posts: 8
Joined: Mon Apr 30, 2012 2:00 pm

Allocate more ram to gameserver

Post by dj33 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5207 :
L2JDP Revision 8702 :

Hello how can i increase the ram allocation for the gameserver?I mean what setting should i change in the startgameserver batch file?Thank you
K4N4BS
Posts: 94
Joined: Mon Jul 06, 2009 3:45 pm

Re: Allocate more ram to gameserver

Post by K4N4BS »

Search for line:
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
-XmsXXXXm = How much RAM (Megabits) GS should use on start.
-XmxXXXXm = Maximum RAM (Megabits) that GS can use.
Post Reply