Skip to content

Commit

Permalink
more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Nov 8, 2024
1 parent dd6ac14 commit 4e1cc13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forge-test-multi-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
type: "string"

foundry-memory-limit:
default: 2147483648
default: 1844674407370955161
required: false
type: "number"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forge-test-simulate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
type: "string"

foundry-memory-limit:
default: 2147483648
default: 1844674407370955161
required: false
type: "number"

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignored_warnings_from = [
]
threads = 1
gas_limit = "18446744073709551615"
memory_limit = 2147483648
memory_limit = 1844674407370955161
[rpc_endpoints]
sepolia = "${BASE_SEPOLIA_RPC_URL}"

Expand Down

0 comments on commit 4e1cc13

Please sign in to comment.