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.
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.