Skip to content

Commit

Permalink
allocate more memory for ref tests task
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed May 9, 2024
1 parent 4dbc6af commit f02f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle evm:referenceTest
env:
GRADLE_OPTS: "-Xmx2048m"
GRADLE_OPTS: "-Xmx4096m"
run: gradle evm:referenceTest
- name: Archive Junit Report
if: always()
Expand Down

0 comments on commit f02f006

Please sign in to comment.