Dockerfile修复

This commit is contained in:
tianfeng 2025-12-16 15:02:33 +08:00
parent 18209b32ae
commit 78a9cb9a8e

View File

@ -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 \