Thursday 2 May 2013

Reduce java heap size in hyperic agent


how to reduce the java heap size which an hyperic agent allow to self on startup.
Agent properties location as per my configuration: /home/hyperic/hyperic-agent/conf/agent.properties

open the agent.properties and add this property
agent.javaOpts=-Xmx128m -Xms128m -Djava.net.preferIPv4Stack=true

No comments:

Post a Comment

Install XRDP in Centos 7

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...