From b59a96c7a34c0e3960805333eff7809f292fd78f Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Fri, 12 Jul 2024 09:15:22 -0400 Subject: [PATCH] memory limit --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 4e95a2133..3aa1210af 100644 --- a/foundry.toml +++ b/foundry.toml @@ -9,5 +9,5 @@ evm_version = "cancun" [profile.ci] fuzz_runs = 100000 - +memory_limit = 33554432 # See more config options https://github.com/foundry-rs/foundry/tree/master/config