Page 1 of 1

What do these options?

Posted: Sat Jan 23, 2010 11:04 am
by INDIGO
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3844:
L2JDP Revision 6935:

What do these options in file GameServer_loop.sh :

-Xms1024m -Xmx1024m


The server installed 4Gb of memory.
These parameters have to edit?

Re: What do these options?

Posted: Sat Jan 23, 2010 11:09 am
by MELERIX
-Xms<size> initial Java heap size

-Xmx<size> maximum Java heap size

-Xmn<size> the size of the heap for the young generation

JVM starts with -Xms amount of memory for the heap (storing objects etc.) and can grow to a maximum of -Xmx amount of memory.

http://www.caucho.com/resin-3.0/perform ... tuning.xtp