What do these options?

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
INDIGO
Posts: 30
Joined: Sun Feb 26, 2006 2:42 pm

What do these options?

Post 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?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: What do these options?

Post 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
Post Reply