Could not create the Java Virtual Machine. Could not Reserve enough space for object heap.

Here is the details of the error:

Server start failed(1) Error occurred during initialization of VM Error: Could not create the Java Virtual Machine. Could not Reserve enough space for object heap.

Error: A fatal exception has occurred. Program will exit.

Nuxeo version: 5.7.1 Java Version: Java 7

Hope you can help me.

0 votes

1 answers

4764 views

ANSWER

Are you running on windows? How much physical memory do you have? What values are you using for -Xms -Xmx and -XX:MaxPermSize?
07/11/2013



You don't have enough memory. That message happens when the minimum (-Xms JVM parameter) is not satisfied.

Note that if you're under Windows, it can be an issue about available contiguous memory: try to start Nuxeo right after the OS startup, before starting any other application.

Bruce's question about your configured values is important.

0 votes