Skip to content

Commit

Permalink
Disable gc log on Windows
Browse files Browse the repository at this point in the history
It was a temporary measure to debug something and was kept around since
then.
  • Loading branch information
gsmet committed Dec 18, 2023
1 parent 7570e20 commit 12ed3cd
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,6 +17,6 @@
"name": "17 Windows",
"java-version": 17,
"maven_args": "-DskipDocs -Dformat.skip",
"maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g -Xlog:gc*=debug:file=windows-java-17.txt",
"maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g",
"os-name": "windows-latest"
}]

0 comments on commit 12ed3cd

Please sign in to comment.