Skip to content

Commit

Permalink
Set java heap size max to 128MB for maven (#1895)
Browse files Browse the repository at this point in the history
This makes the tests run by avoiding "java.lang.OutOfMemoryError: Java heap space".
  • Loading branch information
dr0i committed May 14, 2024
1 parent b666ac1 commit 96861aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
env:
MAVEN_OPTS: "-Xmx128M"
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand Down

0 comments on commit 96861aa

Please sign in to comment.