Skip to content
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

chore: bump default memory limit to 128MiB #6338

Merged
merged 4 commits into from
Nov 17, 2023
Merged

Conversation

DaniPopes
Copy link
Member

Motivation

Since #6281, Revm treats memory_limit as an upper limit of an entire execution (e.g. executor.call() from start to end), rather than per each EVM call frame. I believe this new approach makes more sense, and since we've seen some tests fail in #6281 we can bump our defaults to accomodate these changes.

Solution

@DaniPopes DaniPopes merged commit 8c044be into master Nov 17, 2023
19 checks passed
@DaniPopes DaniPopes deleted the dani/memory-limit branch November 17, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants