diff --git a/rc-service/rc-service-other/Dockerfile b/rc-service/rc-service-other/Dockerfile index a232d465..3c06aef1 100644 --- a/rc-service/rc-service-other/Dockerfile +++ b/rc-service/rc-service-other/Dockerfile @@ -8,7 +8,7 @@ ENV SERVER_PORT="9000" ENV SERVER_PROFILE_ACTIVE "prod" ENV JVM_OPTION "-XX:InitialRAMPercentage=65.0 -XX:MaxRAMPercentage=65.0 \ -XX:+HeapDumpOnOutOfMemoryError \ --XX:HeapDumpPath=/application/logs/heapdump-$(date +%Y%m%d-%H%M%S).hprof \ +-XX:HeapDumpPath=/application/logs/heapdump.hprof \ -XX:+PrintGCDetails \ -XX:+PrintGCDateStamps \ -Xloggc:/application/logs/gc-%t.log \