From dcee09b938f1ba6153bb8840066689d3940bfc35 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Tue, 27 Jan 2026 00:16:20 +0300 Subject: [PATCH] Update heapsize of resolc --- .github/actions/run-differential-tests/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/run-differential-tests/action.yml b/.github/actions/run-differential-tests/action.yml index 666cc0e..61991f5 100644 --- a/.github/actions/run-differential-tests/action.yml +++ b/.github/actions/run-differential-tests/action.yml @@ -121,8 +121,7 @@ runs: --eth-rpc.path ${{ inputs['polkadot-sdk-path'] }}/target/release/eth-rpc \ --polkadot-omni-node.path ${{ inputs['polkadot-sdk-path'] }}/target/release/polkadot-omni-node \ --resolc.path ./resolc \ - --resolc.heap-size 128000 \ - --resolc.stack-size 128000 \ + --resolc.heap-size 500000 \ "${OMNI_ARGS[@]}" || true - name: Generate the expectation file shell: bash