Monday, May 11, 2015
Could not reserve enough space for object heap
Here is the errors during the Maven build:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Picked up _JAVA_OPTIONS: -Duser.home=C:\Users\Andre
In order to fix this, add an extra parameter to _JAVA_OPTIONS sys environment:
-Xmx512m
So it should look something like this:
_JAVA_OPTIONS: -Duser.home=C:\Users\Andre -Xmx512m
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Picked up _JAVA_OPTIONS: -Duser.home=C:\Users\Andre
In order to fix this, add an extra parameter to _JAVA_OPTIONS sys environment:
-Xmx512m
So it should look something like this:
_JAVA_OPTIONS: -Duser.home=C:\Users\Andre -Xmx512m
Issues with user.home during Maven build
If you have issue with incorrect property user.home during Maven build set this sys environment:
_JAVA_OPTIONS=C:\Users\username
More of it here:
http://stackoverflow.com/questions/1501235/change-user-home-system-property
_JAVA_OPTIONS=C:\Users\username
More of it here:
http://stackoverflow.com/questions/1501235/change-user-home-system-property
Subscribe to:
Posts (Atom)