mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
fuzz: Increase merge -rss_limit_mb
This commit is contained in:
parent
abfc8c901d
commit
fa21535551
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue