Page 1 of 1

Error virtual machine

Posted: Sun Jan 31, 2010 12:17 am
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?

Re: Error virtual machine

Posted: Sun Jan 31, 2010 12:49 am
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. :)

Re: Error virtual machine

Posted: Sun Jan 31, 2010 1:43 am
by l2tecno
Thanks!!! this was to rare, after the update work with 1024 and now no, Never think in this.

Thanks solved