Increase available memory for Monitoring Agents
As with any Java program, the Monitoring Agent memory is limited. This limit must be increased when the Monitoring Agent is used to monitor a large number of counters.
- To increase the available memory for each Monitoring Agent
- Edit the <install-dir>/conf/monitoringAgent.properties file.
- Edit the [MonitorEngine]me.launcher.vm.parameters key to set the new limit in Mb.
For example: [MonitorEngine]me.launcher.vm.parameters=-Xmx512m sets the limit at 512Mb.
Home