-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anvil: configure memory limit #7478
Comments
This a not feature, this is a critical bug! I think need a fastly fix. I cant run transfer function below memory limit.It always print MemoryLimitOOG. If you reduce the parse_units unit value below 18, MemoryLimitOOG is bypassed. Its so critical bug because i cant transfer tokens truly amount. |
this can be added easily |
this error is thrown when the evm tries to expand past the limit. |
Component
Anvil
Describe the feature you would like
i'm running into
EVM error MemoryLimitOOG
in anvil. it seems likeforge
andchisel
have--memory-limit
flags to configure a larger limit, would it be possible to have this inanvil
as well? thank you!Additional context
No response
The text was updated successfully, but these errors were encountered: