Skip to content

Commit

Permalink
chore: JVM 실행 플래그 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 30, 2023
1 parent 22ba38d commit 1900a88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jib {
"-Dfile.encoding=UTF-8",
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UseContainerSupport",
"-Xms2G", //min
"-Xmx2G", //max
"-XX:+UseG1GC",
"-XX:InitialHeapSize=2g",
"-XX:MaxHeapSize=2g",
"-XX:+DisableExplicitGC", //System.gc() 방어
"-server",
)
Expand Down

0 comments on commit 1900a88

Please sign in to comment.