We are currently running a web application using Tomcat 5.5 on an I64 HPUX server. We have installed 16GB and are trying to increase the jvm's heap size to 3GB (3072m)
Every time that we start the server, we get the following error:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
I know there was a limit on 32bit machines, but this is an Itanium 64 bit HP/UX server. I would appreciate any insight on how to fix this problem. Below is the startup command for our JVM:
/opt/java1.5/bin/IA64N/jav
a -server -Dfile.encoding=ISO-8859-1
-Xms512M -Xmx2500M -XX:PermSize=256m -XX:MaxPermSize=1024m ...
Thanks in advance for your help...
Start Free Trial