Skip to content

Commit fa21535

Browse files
author
MarcoFalke
committed
fuzz: Increase merge -rss_limit_mb
1 parent abfc8c9 commit fa21535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def merge_inputs(*, fuzz_pool, corpus, test_list, src_dir, build_dir, merge_dirs
277277
for t in test_list:
278278
args = [
279279
os.path.join(build_dir, 'src', 'test', 'fuzz', 'fuzz'),
280+
'-rss_limit_mb=8000',
280281
'-set_cover_merge=1',
281282
# set_cover_merge is used instead of -merge=1 to reduce the overall
282283
# size of the qa-assets git repository a bit, but more importantly,

0 commit comments

Comments
 (0)