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

anvil: add --memory-limit option #7489

Closed

Conversation

ryanio
Copy link

@ryanio ryanio commented Mar 25, 2024

Motivation

Closes #7478

My first rust/foundry PR so let me know if I can improve anything.

I saw #7482 was opened (thanks @DoTheBestToGetTheBest) but figured some of the code here might be better (better description of the flag that matches the other modules, adds a test, etc.)

Solution

This solution still isn't solving my anvil issues with memory limit even after building locally and passing a high number, but figure it's nice to still have configurable. It's hard for me to share a repro case because it requires a complex setup of ~10 txs (balance updates, mint new nfts, approvals, then fulfill them through Seaport) but I hope to find a more simple repro case to share separately as a bug.

@ryanio
Copy link
Author

ryanio commented Mar 25, 2024

Closing since #7482 was merged

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.

anvil: configure memory limit
1 participant