Skip to content

Commit

Permalink
Enable generational zgc
Browse files Browse the repository at this point in the history
  • Loading branch information
ystxn committed Jul 30, 2024
1 parent 07c0086 commit bb4aef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bootBuildImage {
environment = [
"BP_JVM_VERSION": "22",
"BPE_DELIM_JAVA_TOOL_OPTIONS": " ",
"BPE_APPEND_JAVA_TOOL_OPTIONS": " -XX:MaxDirectMemorySize=200M"
"BPE_APPEND_JAVA_TOOL_OPTIONS": " -XX:MaxDirectMemorySize=200M -XX:+UseZGC -XX:+ZGenerational"
]
docker {
publishRegistry {
Expand Down

0 comments on commit bb4aef4

Please sign in to comment.