cancel
Showing results for 
Search instead for 
Did you mean: 

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

niggfreeces_
Champ in-the-making
Champ in-the-making

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.

2 REPLIES 2

bruce_Grant
Elite Collaborator
Elite Collaborator

Are you running on windows? How much physical memory do you have? What values are you using for -Xms -Xmx and -XX

Julien_Carsique
Elite Collaborator
Elite Collaborator

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.