Skip to content

Commit

Permalink
Avoid OOMs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Sep 2, 2021
1 parent 6a1a554 commit 44852d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:

- name: Build and test
shell: bash
run: sbt++field scala${{ matrix.scala }} clean test
run: |
sbt++field scala${{ matrix.scala }} \
-J-Xmx4G \
-J-XX:+UseG1GC \
test

0 comments on commit 44852d7

Please sign in to comment.