Browse Source

Exit JVM when OOM (#15538)

dev_wenjun_refactorMaster
Wenjun Ruan 4 months ago committed by GitHub
parent
commit
25810a81dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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