Error virtual machine

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
l2tecno
Posts: 49
Joined: Wed Jun 10, 2009 10:06 pm
Location: Argentina

Error virtual machine

Post by l2tecno »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 3848
L2JDP Revision Number: 6937


Today windows update make an update to de Operating system, the pc restart and we try to put on the game server get this error

Image

Any idea?
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Error virtual machine

Post by Stake »

"Could not reserve enough space for object heap"
So you have not enough memory for VM. You can find a line in the starter batch files starting with "java".
Like this:

Code: Select all

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms768m -Xmx1024m -cp ./../libs/*;build/l2jserver.jar com.l2jserver.gameserver.GameServer
Here you can change the -Xms (initial allocation size) and -Xmx (maximum allocation size) values to what you want to use. You may be having too big values in this file, so change it. :)
Image
Image
l2tecno
Posts: 49
Joined: Wed Jun 10, 2009 10:06 pm
Location: Argentina

Re: Error virtual machine

Post by l2tecno »

Thanks!!! this was to rare, after the update work with 1024 and now no, Never think in this.

Thanks solved
Post Reply