Skip to content

Commit

Permalink
test: Increase Foundry memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
espendk committed Mar 12, 2024
1 parent 92f7034 commit a3aea22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache_path='cache'
fs_permissions = [{ access = "read-write", path = "./addresses/"}, { access = "read", path = "./out/" }, {access = "read", path = "./node_modules/@mangrovedao/mangrove-core/"}, {access = "read", path = "./node_modules/@mangrovedao/mangrove-strats/"}, { access = "read", path = "./mgvConfig.json" }]
solc_version="0.8.20"
ffi=true
memory_limit=67108864
# optimizer=true
# optimizer_runs=20000

Expand Down

0 comments on commit a3aea22

Please sign in to comment.