Skip to content

Commit

Permalink
Increase heap size and use G1GC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Dec 3, 2020
1 parent 419f891 commit dbbcd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
target-platform: [ "JVM", "JS" ]
env:
JAVA_OPTS: -Xmx4G
JAVA_OPTS: "-Xmx5G -XX:+UseG1GC"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit dbbcd0b

Please sign in to comment.