-
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
feat(anvil): Add memery limit to anvil node #7482
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great.
we shouldn't introduce new constants and instead use the revm defaults
ty very much for you review, does changes looks better for you ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Currently anvil can running into error "EVM error MemoryLimitOOG" closes #7478
We add here a way to custom the memory limit for anvil node.
The default assigned here is 100 and can be changed if it's not the right default number.
EDIT: changed default value for memory-limit to 10000 after seeing all test related to anvil failling