Skip to content

Commit

Permalink
[Improvement-16758][Deploy] Record the fatal error Log (#16829)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu3pang authored Nov 21, 2024
1 parent 76a962f commit b885970
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc-%t.log
-XX:ErrorFile=java_error-%p.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
1 change: 1 addition & 0 deletions dolphinscheduler-api/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc-%t.log
-XX:ErrorFile=java_error-%p.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
1 change: 1 addition & 0 deletions dolphinscheduler-master/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc-%t.log
-XX:ErrorFile=java_error-%p.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc-%t.log
-XX:ErrorFile=java_error-%p.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
1 change: 1 addition & 0 deletions dolphinscheduler-worker/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc-%t.log
-XX:ErrorFile=java_error-%p.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down

0 comments on commit b885970

Please sign in to comment.