Can I set MEMORY_LIMIT when running anvil? #7367
Unanswered
spalladino
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a
EVM error MemoryLimitOOG
which I want to temporarily bypass by bumping anvil's memory limit. I see there's aMEMORY_LIMIT
option in the evmEnvArgs
:foundry/crates/common/src/evm.rs
Lines 268 to 275 in ef81e23
Is it possible to set it when running the anvil binary? The following does not work:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions