Skip to content

Commit

Permalink
refactor : memory resize(1024 -> 768 && T2.small -> T2.micro)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 committed Oct 8, 2024
1 parent 329c88b commit 49c6104
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", \
"-Xms1024m", \
"-Xmx1024m", \
"-Xms768m", \
"-Xmx768m", \
"-Xminf0.4", \
"-Xmaxf0.7", \
"-jar", "app.jar"]

0 comments on commit 49c6104

Please sign in to comment.