Skip to content

Commit

Permalink
feat(performance): reduced stack size (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
raftedproc authored Jan 28, 2024
1 parent de562b0 commit 9bad40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ retry = 50 # network retries

[target.wasm32-wasi]
rustflags = [
"-C", "link-args=-zstack-size=52428800",
"-C", "link-args=-zstack-size=8388608",
]

[registries]
Expand Down

0 comments on commit 9bad40b

Please sign in to comment.