Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

Excerpt

AIX

Panel

Html bobswift
<pre>
CATALINA_OPTS="-Xms512m -Xmx2048m"
</pre>

z/Linux

Panel

Html bobswift
<pre>
CATALINA_OPTS="-Xms512m -Xmx2048m -Xjit:optLevel=noOpt"
</pre>

All Other Platforms

Panel

Html bobswift
<pre>
CATALINA_OPTS="-Xms512m -Xmx2048m -XX:MaxPermSize=256m"
</pre>

Note
titleNote

Updating MaxPermSize= is not required for Java 8.