From 4ec5bce2943f276aec3d205fb88b99403f20b6b5 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 16 Dec 2025 15:24:46 +0800 Subject: [PATCH] =?UTF-8?q?dockerfile=20=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-service/rc-service-other/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc-service/rc-service-other/Dockerfile b/rc-service/rc-service-other/Dockerfile index fcb7e527..d118a43b 100644 --- a/rc-service/rc-service-other/Dockerfile +++ b/rc-service/rc-service-other/Dockerfile @@ -6,10 +6,7 @@ ENV RC_SERVICE_VERSION $SERVICE_VERSION 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.hprof \ --Xlog:gc*:file=/application/logs/gc-%t.log:time,tags,level:filecount=5,filesize=20M" +ENV JVM_OPTION "-XX:InitialRAMPercentage=65.0 -XX:MaxRAMPercentage=65.0" RUN mkdir -p /application /logs WORKDIR application