Skip to content

Commit

Permalink
Higher Xmx for Java 21 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 23, 2023
1 parent f1dcf01 commit 2b4cf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/matrix-jvm-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"java-version": 21,
"java-version-gradle": 20,
"maven_args": "$JVM_TEST_MAVEN_ARGS",
"maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g",
"maven_opts": "-Xmx3g -XX:MaxMetaspaceSize=1g",
"os-name": "ubuntu-latest"
}
, {
Expand Down

0 comments on commit 2b4cf59

Please sign in to comment.