Changing the Java maximum heap size for Jetty

Follow this procedure to change the Java maximum heap size.

For information about setting for other web servers, consult your web server documentation.

On Windows

Procedure

  1. Stop Rational® Change.
  2. Go to CHANGE_HOME\jetty\win32\service.cfg.
  3. Search for the Java maximum heap size flag -Xmx, and then increase the value to a number more suitable to your needs.
  4. Remove the service.

    CHANGE_HOME\jetty\service.bat /remove

  5. Reinstall the service.

    CHANGE_HOME\jetty\service.bat /install

On UNIX

Procedure

  1. Stop Rational Change.
  2. Go to CHANGE_HOME/jetty/bin/jetty.sh.
  3. Search for the Java maximum heap size flag -Xmx, and then increase the value to a number more suitable to your needs.
  4. Start Rational Change.

Feedback