From 78a9cb9a8e1f7487d70d79abfe97b23d4de9a48e Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 16 Dec 2025 15:02:33 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-service/rc-service-other/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \