Skip to content

Commit

Permalink
use g1gc
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara committed Nov 21, 2024
1 parent 050c863 commit 93f41d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample-apps/java/springboot-main-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jib {
}
container {
mainClass = "com.amazon.sampleapp.FrontendService"
applicationDefaultJvmArgs = listOf("-XX:+UseG1GC")
ports = listOf("8080")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jib {
}
container {
mainClass = "com.amazon.sampleapp.RemoteService"
applicationDefaultJvmArgs = listOf("-XX:+UseG1GC")
ports = listOf("8080")
}
}
Expand Down

0 comments on commit 93f41d9

Please sign in to comment.