Skip to content

Commit

Permalink
fuzz: Increase merge -rss_limit_mb
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Oct 20, 2023
1 parent abfc8c9 commit fa21535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzz/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def merge_inputs(*, fuzz_pool, corpus, test_list, src_dir, build_dir, merge_dirs
for t in test_list:
args = [
os.path.join(build_dir, 'src', 'test', 'fuzz', 'fuzz'),
'-rss_limit_mb=8000',
'-set_cover_merge=1',
# set_cover_merge is used instead of -merge=1 to reduce the overall
# size of the qa-assets git repository a bit, but more importantly,
Expand Down

0 comments on commit fa21535

Please sign in to comment.