You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Requires JRE to be replaced with full JDK

For this functionality to work, it is necessary that the JRE is replaced by the full JDK.

Master Controller

In the mc config add the following jvm options:

<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 clientConfig.xml add the following jvm options:

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

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

  • No labels