From 0c1cb694b3a505d34c98b3cc2d43c09922717db2 Mon Sep 17 00:00:00 2001 From: songhyeonseong Date: Thu, 27 Feb 2025 12:18:00 +0900 Subject: [PATCH] =?UTF-8?q?hotfix=20:=20GC=20=ED=9E=99=20=EB=A9=94?= =?UTF-8?q?=EB=AA=A8=EB=A6=AC=20=EC=B5=9C=EC=86=8C=EC=B9=98=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/be-cd.yml | 1 + uniro_backend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/be-cd.yml b/.github/workflows/be-cd.yml index a490f330..194dbd66 100644 --- a/.github/workflows/be-cd.yml +++ b/.github/workflows/be-cd.yml @@ -4,6 +4,7 @@ on: push: branches: - be + - hotfix-1 jobs: uniro-ci: diff --git a/uniro_backend/Dockerfile b/uniro_backend/Dockerfile index f5fba268..07c5c6c0 100644 --- a/uniro_backend/Dockerfile +++ b/uniro_backend/Dockerfile @@ -8,5 +8,5 @@ COPY ${JAR_FILE} uniro-server.jar ENV SPRING_PROFILE=${SPRING_PROFILE} # JVM 메모리 설정 추가 -ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${SPRING_PROFILE}","-XX:+HeapDumpOnOutOfMemoryError","-XX:HeapDumpPath=/tmp/heapdump.hprof", "-Xmx500m", "-Xms500m", "-jar", "uniro-server.jar"] +ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${SPRING_PROFILE}","-XX:+HeapDumpOnOutOfMemoryError","-XX:HeapDumpPath=/tmp/heapdump.hprof", "-Xmx512m", "-jar", "uniro-server.jar"]