18.1 Increasing the Java Memory Heap Space on the Application Server

Follow these steps if you want to increase the Java memory heap space on the Cloud Manager Application Server.

  1. At the Application server, open /opt/netiq/cloudmanager/bin/setenv,

  2. Edit the file to change the heap space value:

    1. Find the following line:

      #export JAVA_MAX_MEM # Maximum memory for the JVM
    2. Change the line to look like this:

      export JAVA_MAX_MEM=4092M # Maximum memory for the JVM
  3. Save and close the file.

  4. Restart the Application server with this command:

    rcnetiq-cloudmanager restart