The JVM parameter are set incorrectly. The Xms parameter is set twice instead of setting Xmx and Xms.
The Xms parameter is setting the initial size of the JVM but it does not set the maximum size of it. This is done by the Xmx parameter which is limiting the JVM.
The parameters are set in file $FMS_HOME/config/server.config.
Wrong settings in this case:
server.vm.option0 = "-Xms12G";
server.vm.option1 = "-Xms12G";
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center