Page 1 of 1

Allocate more ram to gameserver

Posted: Tue May 01, 2012 1:34 pm
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

Re: Allocate more ram to gameserver

Posted: Tue May 01, 2012 3:32 pm
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.