Skip to content

Commit

Permalink
[AMORO-2415] Print GC date stamps (#2416)
Browse files Browse the repository at this point in the history
add gc timestamp
  • Loading branch information
HuangFru committed Dec 11, 2023
1 parent ca994ec commit ee6ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ams/dist/src/main/arctic-bin/bin/ams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source ${CURRENT_DIR}/load-config.sh



JAVA_OPTS="-server -Xloggc:$AMORO_LOG_DIR/gc.log -XX:+IgnoreUnrecognizedVMOptions -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=10M \
JAVA_OPTS="-server -Xloggc:$AMORO_LOG_DIR/gc.log -XX:+PrintGCDateStamps -XX:+IgnoreUnrecognizedVMOptions -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=10M \
-Xms${JVM_XMS_CONFIG}m -Xmx${JVM_XMX_CONFIG}m \
-verbose:gc -XX:+PrintGCDetails \
-Dcom.sun.management.jmxremote \
Expand Down

0 comments on commit ee6ce16

Please sign in to comment.