From fa21535551e300eaa988d209ad64cdc17fd7f66b Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 20 Oct 2023 18:18:31 +0200 Subject: fuzz: Increase merge -rss_limit_mb --- test/fuzz/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 9d64591111..ec74f7705c 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -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, -- cgit v1.2.3