Error occurred during initialization of VMCould not reserve enough
space for object heap. Could not create the Java virtual machine.
I have connected the remote desktop to upgrade TRIRIGA systlem.
Would anybody have any idea where do I need to change to address this
error?
set JAVA_OPTS=-Xms1236M -Xmx1236M -XX:MaxPermSize=256M
the -Xms setting is the initial Java heap size, and -Xmx is the
maximum heap size. In your case, this error typically means that the
initial size (-Xms) is too large for the amount of available memory
you have in your environment; you can try reducing the allocated heap
size to start the app server.