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 790d661
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 @@ -67,4 +67,5 @@ jib {

application {
mainClass.set("com.amazon.sampleapp.FrontendService")
applicationDefaultJvmArgs = listOf("-XX:+UseG1GC")
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jib {

application {
mainClass.set("com.amazon.sampleapp.RemoteService")
applicationDefaultJvmArgs = listOf("-XX:+UseG1GC")
}

0 comments on commit 790d661

Please sign in to comment.