Increase JVM memory for the LSF environment

Systems that run user monitoring typically need to increase the JVM memory available to the security server (lase). This is done through the lsserver.properties file on the LSF server.

  1. Open GENDIR/java/command/lsserver.properties in a text editor.
  2. Scroll to the bottom of the file to locate the property "ljx.vm.options="
  3. Update ljx.vm.options as shown to set the minimum and maximum memory values.

    ljx.vm.options=-Xms2048m -Xmx6144m

  4. When you increase memory available to lase, it is also possible that you will need to increase physical memory available to the LSF server. If you need to increase physical memory, follow instructions in your operating system documentation.