VMware Cloud Community
rajamurugan
Contributor
Contributor

hyperic xmx settings

Hi,

I need some help .....

while doing performance and tuning of hyperic server i changed the Xmx settings in hq-server.conf and hq-server.sh.....

Then i restarted the server.

I am using Hq server 3.2.0

In the hyperic forum i saw that if we change in this 2 files in 3.2.0 version the effect doesn't comes in existence when we restart the server..

And the bug fix is done in 3.2.1.....

Is it really that if we change in 3.2.0 and restart its not reading hq-server.conf

http://jira.hyperic.com/browse/HHQ-1661

[JIRA] Closed: (HHQ-1661) Add -Xms option to HQ server VM

And one more doubt in this thread its written for hq-server.conf if we change any parameters its applied for new installation.

What does that exactly means i didn get.....

pls help me out to understand and how to fix this issue.
0 Kudos
4 Replies
excowboy
Virtuoso
Virtuoso

Hi,

the idea is to set the xms-setting to the value of the xmx-setting in your configuration file $HQ_SERVER_HOME/server/conf/hq-server.conf
Here you can see an example

server.java.opts=-XX:MaxPermSize=192m -Xmx512m -Xms=512m


http://jira.hyperic.com/browse/HHQ-1661 is not really a bug report, it's an enhancement proposal.

Hope it helps.

Mirko
0 Kudos
rajamurugan
Contributor
Contributor

ya i changed the xms to 512m. so xmx and xms are same now.

But still the system and hyperic console is too slow.....

the total amount of memory allocated is 1.5gb and 512mb out of tat for jvm.

kindly solve this issue.

if any setting need to be changed pls help me.
0 Kudos
admin
Immortal
Immortal

512MB is not very much memory. Can you allocate a little more to the
JVM?

Charles


0 Kudos
BradFelmey
Hot Shot
Hot Shot

server.java.opts is broken in v3.2.2 (and earlier?). You can change this option until the cows come home, and it won't be picked up. Slated for fix in v3.2.3.

http://jira.hyperic.com/browse/HHQ-1951
0 Kudos