Skip to content

Commit

Permalink
feat: add alwayspretouch
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong authored Dec 18, 2024
1 parent 75de6f4 commit 9c8151f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jib {
"-Xmx3G",
"-XX:MaxRAMPercentage=80",
"-XX:MaxGCPauseMillis=200",
"-XX:+AlwaysPreTouch",
"-XX:+DisableExplicitGC", // System.gc() 방어
"-server",
)
Expand Down
1 change: 1 addition & 0 deletions photo-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jib {
"-Xmx3G",
"-XX:MaxRAMPercentage=80",
"-XX:MaxGCPauseMillis=200",
"-XX:+AlwaysPreTouch",
"-XX:+DisableExplicitGC", // System.gc() 방어
"-server",
)
Expand Down
1 change: 1 addition & 0 deletions user-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jib {
"-XX:MaxRAMPercentage=80",
"-XX:MaxGCPauseMillis=200",
"-XX:+DisableExplicitGC", // System.gc() 방어
"-XX:+AlwaysPreTouch",
"-server",
)
ports = listOf(serverPort)
Expand Down

0 comments on commit 9c8151f

Please sign in to comment.