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
Allocate more ram to gameserver
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 94
- Joined: Mon Jul 06, 2009 3:45 pm
Re: Allocate more ram to gameserver
Search for line:
-XmxXXXXm = Maximum RAM (Megabits) that GS can use.
-XmsXXXXm = How much RAM (Megabits) GS should use on start.java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
-XmxXXXXm = Maximum RAM (Megabits) that GS can use.