Skip to content

Commit

Permalink
Try out the generational zgc
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 19, 2024
1 parent 871ae09 commit 6678ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ jobs:
run: ./gradlew allTests -x wasmBrowserTest -x wasmNodeTest -x testDebug

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx16g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError"
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx16g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseZGC -XX:+ZGenerational -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError"

0 comments on commit 6678ff9

Please sign in to comment.