Increase memory limit for write fuzz
This commit is contained in:
parent
1006ddb0e9
commit
8578e64554
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -109,4 +109,4 @@ jobs:
|
|||
cargo fuzz build fuzz_write
|
||||
- name: run fuzz
|
||||
run: |
|
||||
cargo fuzz run fuzz_write -- -timeout=300 -runs=1000000 -max_len=1000000
|
||||
cargo fuzz run fuzz_write -- -timeout=300 -runs=1000000 -max_len=1000000 -rss_limit_mb=7000
|
||||
|
|
Loading…
Add table
Reference in a new issue