Enable or disable the Java Virtual Machine (JVM) crash log.
The
Open <PA_HOME>/bin/run.bat on
Windows, or <PA_HOME>/bin/run.sh
on Linux, for editing.
- To disable JVM crash log reporting, comment out the line that specifies
the JVM crash log location. For example,
#ERROR_FILE="-XX:ErrorFile=$PA_HOME/log/java_error%p.log"
. - To enable JVM crash log reporting, remove the comment tag and make the
line active. For example,
ERROR_FILE="-XX:ErrorFile=$PA_HOME/log/java_error%p.log"
.