mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 12:30:50 +00:00
set stack limit to 50 MiB (#244)
This commit is contained in:
parent
5f0e295073
commit
f1600075d8
@ -4,3 +4,8 @@ multiplexing = false # HTTP/2 multiplexing
|
||||
|
||||
[net]
|
||||
retry = 50 # network retries
|
||||
|
||||
[target.wasm32-wasi]
|
||||
rustflags = [
|
||||
"-C", "link-args=-zstack-size=52428800",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user