jvm issue at startup
Posted
by Mack
on Stack Overflow
See other posts from Stack Overflow
or by Mack
Published on 2010-05-11T12:30:35Z
Indexed on
2010/05/11
12:34 UTC
Read the original article
Hit count: 344
I can set the max memory as 1000 and not more than that, if I set the memory more than that, it throws the following error.
Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine.
My question is, why jvm looks for the max memory at startup?
Thanks in advance.
© Stack Overflow or respective owner