Browse Source

Exit JVM when OOM (#15538)

(cherry picked from commit 25810a81dc)
3.2.1-prepare
Wenjun Ruan 10 months ago committed by Jay Chung
parent
commit
be58ba69a9
  1. 1
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh
  2. 1
      dolphinscheduler-api/src/main/bin/jvm_args_env.sh
  3. 1
      dolphinscheduler-master/src/main/bin/jvm_args_env.sh
  4. 1
      dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh
  5. 1
      dolphinscheduler-worker/src/main/bin/jvm_args_env.sh

1
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh

@ -24,6 +24,7 @@
-XX:+PrintGCDetails
-Xloggc:gc.log
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=dump.hprof

1
dolphinscheduler-api/src/main/bin/jvm_args_env.sh

@ -24,6 +24,7 @@
-XX:+PrintGCDetails
-Xloggc:gc.log
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=dump.hprof

1
dolphinscheduler-master/src/main/bin/jvm_args_env.sh

@ -24,6 +24,7 @@
-XX:+PrintGCDetails
-Xloggc:gc.log
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=dump.hprof

1
dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh

@ -24,6 +24,7 @@
-XX:+PrintGCDetails
-Xloggc:gc.log
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=dump.hprof

1
dolphinscheduler-worker/src/main/bin/jvm_args_env.sh

@ -24,6 +24,7 @@
-XX:+PrintGCDetails
-Xloggc:gc.log
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=dump.hprof

Loading…
Cancel
Save