If running the Management Server by running bin/fms,the configuration of the Java Virtual Machine’s (JVM’s) with minimum and maximum memory parameters for the server in the <foglight_home>/config/server.config file.
Starting Foglight using the run.[bat|sh] command, the JVM heap memory parameters set in the <foglight_home>/config/server.config file do not take effect. Use -X options to pass the memory parameters straight to the VM.
If the installation supports a large number (100s) of agents, Quest suggests to set the Java heap memory minimum (-Xms) and maximum (-Xmx) options to the same size. For example, assigning 1 GB of memory can be set in the server.config file as follows:
server.vm.option0 = “-Xms1280M”;
server.vm.option1 = “-Xmx1280M”;
This parameter can be found as mentioned on the "server.config" file under:
Uncomment the following lines starting with option0 to adjust VM settings
#
# server.vm.option0 = "";
# server.vm.option1 = "";
# ...
# server.vm.option99 = "";
Ensure that you uncomment these lines in the file. The environment can be set up to 100 VM options in total.
Note:
The -Xms and -Xmx options are different for 32-bit and 64-bit JVMs and available physical memory.
The values of the -Xms and -Xmx options do not necessarily have to be the same size. However, the value of the -Xmx option should not exceed certain limits as determined by the System Administrator.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center