VMware Cloud Community
businessgeeks_h
Contributor
Contributor

Unable to install Hyperic HQ 3.1 on REDHAT Enterprise 4 i686

Im trying to setup Hyperic on a REDHAT Enterprise 4 i686 box

It has 2GB Memory and has WebHosting Manager installed
everytime i run the setup.sh script i get the following error:

Unpacking JRE to temporary directory /home/noel/tmp/jre
Error occurred during initialization of VM
Could not reserve enough space for object heap
Deleting temporary JRE

can someone help?
Reply
0 Kudos
5 Replies
businessgeeks_h
Contributor
Contributor

really guys? just a hint please???
Reply
0 Kudos
BradFelmey
Hot Shot
Hot Shot

I did a simple Google search on your error and found the fix almost immediately.
Reply
0 Kudos
jsosinski_hyper
Contributor
Contributor

The search will probably show something along the lines of how you need to set your heap size larger. A good document that I found for this was located at http://forum.java.sun.com/thread.jspa?threadID=632411.

Hope that helps some.

~jsosinski
Reply
0 Kudos
businessgeeks_h
Contributor
Contributor

thank you for the responses, please pardon my ignorance with Java / Hyperic, but how does this exactly apply to hyper?

I have checked the hq-setup.sh file and found no reference to a command for java to modify the heap size. can you poiont me to the right direction?
Reply
0 Kudos
admin
Immortal
Immortal

The installer uses Ant to run. You can set your ANT_OPTS environment variable to increase the Java heap size. This option, "-Xmx640m" can increase the heap size to 640MB. That should be more than enough to run the installer. Hope this helps.

Charles
Reply
0 Kudos