Update heapsize of resolc

This commit is contained in:
Omar Abdulla
2026-01-27 00:16:20 +03:00
parent 30d32804f1
commit dcee09b938
@@ -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