Skip to content

Commit

Permalink
[Improvement-16757][Deploy]Avoid overwrite gc log (#16788)
Browse files Browse the repository at this point in the history
  • Loading branch information
deng-jeffer authored Nov 7, 2024
1 parent 002da22 commit 53efdaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc.log
-Xloggc:gc-%t.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
2 changes: 1 addition & 1 deletion dolphinscheduler-api/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc.log
-Xloggc:gc-%t.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
2 changes: 1 addition & 1 deletion dolphinscheduler-master/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc.log
-Xloggc:gc-%t.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc.log
-Xloggc:gc-%t.log

-XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError
Expand Down
2 changes: 1 addition & 1 deletion dolphinscheduler-worker/src/main/bin/jvm_args_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:gc.log
-Xloggc:gc-%t.log

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

0 comments on commit 53efdaa

Please sign in to comment.