Skip to content

Commit

Permalink
chore: #425 운영용 메인서버 JVM heap space 최대 크기 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo-ogie committed Jan 26, 2024
1 parent a6781b8 commit 34734c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WORKDIR /spring
ARG JAR_FILE=/build/libs/eatery-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} /spring/app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul", "-Xms512m", "-Xmx1024m", "-jar", "/spring/app.jar"]
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul", "-Xms512m", "-Xmx2048m", "-jar", "/spring/app.jar"]

0 comments on commit 34734c2

Please sign in to comment.