1 parent 6d7bb71 commit 8dff1e7Copy full SHA for 8dff1e7
1 file changed
.github/workflows/fuzz.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
# Build and then run the fuzz target.
37
- run: cargo fuzz build ${{ matrix.fuzz_target }} -s none
38
- - run: cargo fuzz run ${{ matrix.fuzz_target }} -s none -- -max_total_time=${{ env.FUZZ_TIME }}
+ - run: cargo fuzz run ${{ matrix.fuzz_target }} -s none -- -max_total_time=${{ env.FUZZ_TIME }} -rss_limit_mb=1024
39
40
# Upload fuzzing artifacts on failure for post-mortem debugging.
41
- uses: actions/upload-artifact@v4
0 commit comments