Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Master Controller

In the mc config add the following jvm options:

Code Block
languagexml
<jvmOption>-XX:+HeapDumpOnOutOfMemoryError</jvmOption>
<jvmOption>-XX:HeapDumpPath=<file-path></jvmOption>

where <file-path> is a path to valid writable file location.

Operator Client / Forecasting Shell

In the the oc_ clientConfig.xml add the following jvm options:

...