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?
What do these options?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: What do these options?
-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
-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