From 1739d607abe7c6a79a20b38d9a872abde37f995a Mon Sep 17 00:00:00 2001 From: dykim Date: Mon, 1 Jun 2026 09:48:02 +0900 Subject: [PATCH] Increase helpdesk JVM heap to 2g --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd6f3c1..80fb859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ ENV TZ=Asia/Seoul \ OTEL_EXPORTER_OTLP_PROTOCOL=grpc \ OTEL_RESOURCE_ATTRIBUTES="deployment.environment=${OTEL_ENV}" \ JAVA_TOOL_OPTIONS="\ --Xms1g \ --Xmx1g \ +-Xms2g \ +-Xmx2g \ -XX:+UseG1GC \ -XX:MaxGCPauseMillis=200 \ -XX:+UnlockExperimentalVMOptions \ @@ -46,4 +46,4 @@ COPY target/sayit-helpdesk.war /usr/local/tomcat/webapps/ROOT.war RUN chown -R 1000:1000 /usr/local/tomcat/ EXPOSE 8080 -CMD ["catalina.sh","run"] \ No newline at end of file +CMD ["catalina.sh","run"]