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