Browse Source

[Improvement-16757][Deploy]Avoid overwrite gc log (#16788)

dev
deng-jeffer 2 weeks ago committed by GitHub
parent
commit
53efdaa6c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh
  2. 2
      dolphinscheduler-api/src/main/bin/jvm_args_env.sh
  3. 2
      dolphinscheduler-master/src/main/bin/jvm_args_env.sh
  4. 2
      dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh
  5. 2
      dolphinscheduler-worker/src/main/bin/jvm_args_env.sh

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

@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions -XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps -XX:+PrintGCDateStamps
-XX:+PrintGCDetails -XX:+PrintGCDetails
-Xloggc:gc.log -Xloggc:gc-%t.log
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError

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

@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions -XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps -XX:+PrintGCDateStamps
-XX:+PrintGCDetails -XX:+PrintGCDetails
-Xloggc:gc.log -Xloggc:gc-%t.log
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError

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

@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions -XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps -XX:+PrintGCDateStamps
-XX:+PrintGCDetails -XX:+PrintGCDetails
-Xloggc:gc.log -Xloggc:gc-%t.log
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError

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

@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions -XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps -XX:+PrintGCDateStamps
-XX:+PrintGCDetails -XX:+PrintGCDetails
-Xloggc:gc.log -Xloggc:gc-%t.log
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError

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

@ -22,7 +22,7 @@
-XX:+IgnoreUnrecognizedVMOptions -XX:+IgnoreUnrecognizedVMOptions
-XX:+PrintGCDateStamps -XX:+PrintGCDateStamps
-XX:+PrintGCDetails -XX:+PrintGCDetails
-Xloggc:gc.log -Xloggc:gc-%t.log
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError

Loading…
Cancel
Save