contracts
contracts copied to clipboard
Forge build runs out of memory for the project
Hello!
I'm just starting with thirdweb contracts, but when I try to run forge build, solc crashes saying SIGKILL 9, which I take means it runs out of memory. I tried memory tracking and indeed it runs out of RAM.
Is there any way to make it so that it uses less ram? The compilation took around 8GB like it was nothing.
Best regards!