Skip to content

Commit

Permalink
ZGC on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 11, 2023
1 parent 8b6ebc7 commit 5f7c5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ settings.extensions.configure<SettingsExtension> {
}
create("ci") {
r8 {
r8.jvmOptions += "-Xms8g -Xmx8g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError".split(" ")
r8.jvmOptions += "-Xms6g -Xmx6g -XX:+UseZGC -XX:+ZGenerational -XX:+HeapDumpOnOutOfMemoryError".split(" ")
r8.runInSeparateProcess = true
}
}
Expand Down

0 comments on commit 5f7c5ed

Please sign in to comment.