mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
feat(performance): reduced stack size (#799)
This commit is contained in:
parent
de562b0488
commit
9bad40b3d7
@ -3,7 +3,7 @@ retry = 50 # network retries
|
|||||||
|
|
||||||
[target.wasm32-wasi]
|
[target.wasm32-wasi]
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "link-args=-zstack-size=52428800",
|
"-C", "link-args=-zstack-size=8388608",
|
||||||
]
|
]
|
||||||
|
|
||||||
[registries]
|
[registries]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user