Configuring JVM heap size in the IBM Sterling Control Center Monitor engine
To maximize performance, configure JVM heap size in the IBM® Sterling Control Center Monitor engine.
About this task
To configure JVM heap size in the IBM Sterling Control Center Monitor engine:
Procedure
- Make a backup of the InstallationInfo.properties file in Installation Directory\conf.
- Open InstallationInfo.properties in Installation Directory\conf with a text editor, such as Notepad on Microsoft Windows or vi on UNIX.
-
Look for the line that starts with MAX_HEAP_SIZE. If the line is there, change the value to the
preferred number. If the line is not there, add a line at the end of the file as shown in the
following example:
MAX_HEAP_SIZE=-Xmx???m
-
Replace
???
with the preferred number, for example,MAX_HEAP_SIZE=-Xmx4096m
. - Save the file.
- Stop the engine by using stopEngine.sh (UNIX) or stopEngine.bat (Microsoft Windows).
- Start the engine by using runEngine.sh (UNIX) or runEngine.bat (Microsoft Windows).
- For more information, see the information on out of memory errors in Administrative troubleshooting.