We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.22.17
I need to run thousands of transactions for my test suite, but after a while, my local Hardhat node becomes very slow. How can I make it faster?
Would using the --max-memory option help? Can I set it in hardhat.config.js? I’m using Brownie to run my Hardhat node.
--max-memory
hardhat.config.js
hardhat, evm, brownie
The text was updated successfully, but these errors were encountered:
Hi! Could you please provide the reproduction steps for the issue you're describing?
Sorry, something went wrong.
I'm going to close it due to inactivity. I'd be more than happy to reopen with more info.
galargh
No branches or pull requests
Version of Hardhat
2.22.17
What happened?
I need to run thousands of transactions for my test suite, but after a while, my local Hardhat node becomes very slow. How can I make it faster?
Would using the
--max-memory
option help? Can I set it inhardhat.config.js
? I’m using Brownie to run my Hardhat node.Minimal reproduction steps
Search terms
hardhat, evm, brownie
The text was updated successfully, but these errors were encountered: