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

Compare with Current View Page History

« Previous Version 3 Next »

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