Configuring memory dumps in Java startup - PingAccess - 7.2

PingAccess

bundle
pingaccess-72
ft:publication_title
PingAccess
Product_Version_ce
PingAccess 7.2
category
Product
pa-72
pingaccess
ContentType_ce

You can enable or disable Java Virtual Machine (JVM) memory dump, or change the location where the dump is stored.

The Java Virtual Machine (JVM)Java Virtual Machine (JVM)JVM A virtual machine that allows a computer to run Java programs and programs that are compiled to Java bytecode. memory dump location is specified in run.bat on Windows, or run.sh on Linux, and is disabled by default.

Open <PA_HOME>/bin/run.bat on Windows, or <PA_HOME>/bin/run.sh on Linux, for editing.
  • To enable JVM memory dump, remove the comment tag on the line that specifies the JVM memory dump location. For example, HEAP_DUMP="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$PA_HOME/log".
  • To disable JVM memory dump, comment out the line. For example, #HEAP_DUMP="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$PA_HOME/log".