Hi,
I am trying to set up Jaspserver pro by building the source code with SQL Server as back end. While running the import-minimal-pro command, I am getting the following error.
[java] Error: Could not create the Java Virtual Machine.
[java] Error: A fatal exception has occurred. Program will exit.
[java] Error occurred during initialization of VM
[java] Could not reserve enough space for object heap
Have anyone faced such an issue? If so, please suggest a solution.
2 Answers:
Posted on March 16, 2015 at 1:59pm
Please increase the heap size specified for JVM. using -XX:MaxHeapSize.
Refer to:
http://stackoverflow.com/questions/4401396/could-not-reserve-enough-spac...