Skip to content

Commit

Permalink
fix(statetests): lower go mem limit (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
amkCha authored Feb 26, 2025
1 parent 49359cf commit 850e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ethereum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
JAVA_OPTS: -Dorg.gradle.daemon=false

- name: Run General State Reference Tests
run: GOMEMLIMIT=64GiB ./gradlew -Dblockchain=Ethereum referenceGeneralStateTests
run: GOMEMLIMIT=20GiB ./gradlew -Dblockchain=Ethereum referenceGeneralStateTests
env:
REFERENCE_TESTS_PARALLELISM: 2
JAVA_OPTS: -Dorg.gradle.daemon=false
Expand Down

0 comments on commit 850e02b

Please sign in to comment.