Answer the question
In order to leave comments, you need to log in
"Could not reserve enough space for object heap" error?
Mistake
Error occurred during initialization of VM<br/>
Could not reserve enough space for object heap
Answer the question
In order to leave comments, you need to log in
Usually, in this way, Java swears that it does not have enough memory (at all, even for the elementary actions you described). This happens most easily in virtual machines if you are greedy when assigning RAM.
You can try to set the Java memory limit when calling the program: java -mx256m %programname%.
As a last resort, kill something on the server and try to free memory before restarting the program.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question