Skip to content

Commit

Permalink
refactor : 메모리 업
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 committed Sep 13, 2024
1 parent 2bff74a commit 78e5f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ EXPOSE 8080

# JVM 튜닝 옵션 추가
ENTRYPOINT ["java", \
"-Xms2048m", \
"-Xmx2048m", \
"-Xms1024m", \
"-Xmx1024m", \
"-Xminf0.4", \
"-Xmaxf0.7", \
"-jar", "app.jar"]

0 comments on commit 78e5f56

Please sign in to comment.