Cyfrin / foundry-full-course-cu

GNU General Public License v3.0
3.72k stars 923 forks source link

compilation skipped memory allocation of 2952790016 bytes failed #1623

Closed arunkumard001 closed 6 months ago

arunkumard001 commented 7 months ago

Lesson

Lesson 8

Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video URL at current time")

No response

Operating System

Windows

Describe the bug

when i am trying to forked test environment and dynamic private keys/test: i am facing a error called forge test --fork-url $Sepolia_rpc_url -vvvvv [⠊] Compiling... No files changed, compilation skipped memory allocation of 2952790016 bytes failed

so I try to increase the memory limit in .toml file but I encounter the same error , can you help me to solve? but i can able to forge build and forge compile with error

PatrickAlphaC commented 7 months ago

Why are you doing a fork test for lesson 8?

What repo are you running this test on?