Skip to content

Commit

Permalink
NIFI-13865: Enable the JVM to record a heap dump when an OOM error oc…
Browse files Browse the repository at this point in the history
…curs
  • Loading branch information
mattyb149 committed Oct 11, 2024
1 parent f3fcedc commit 3fff743
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ java.arg.securityAuthUseSubjectCredsOnly=-Djavax.security.auth.useSubjectCredsOn
# org.apache.jasper.servlet.JasperLoader,org.jvnet.hk2.internal.DelegatingClassLoader,org.apache.nifi.nar.NarClassLoader
# End of Java Agent config for native library loading.

java.arg.heapDumpPath=-XX:HeapDumpPath=./work
java.arg.heapDumpOnOutOfMemory=-XX:+HeapDumpOnOutOfMemoryError

0 comments on commit 3fff743

Please sign in to comment.