mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-01 02:30:51 +02:00
fuzz: Increase merge -rss_limit_mb
This commit is contained in:
parent
abfc8c901d
commit
fa21535551
@ -277,6 +277,7 @@ def merge_inputs(*, fuzz_pool, corpus, test_list, src_dir, build_dir, merge_dirs
|
|||||||
for t in test_list:
|
for t in test_list:
|
||||||
args = [
|
args = [
|
||||||
os.path.join(build_dir, 'src', 'test', 'fuzz', 'fuzz'),
|
os.path.join(build_dir, 'src', 'test', 'fuzz', 'fuzz'),
|
||||||
|
'-rss_limit_mb=8000',
|
||||||
'-set_cover_merge=1',
|
'-set_cover_merge=1',
|
||||||
# set_cover_merge is used instead of -merge=1 to reduce the overall
|
# 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,
|
# size of the qa-assets git repository a bit, but more importantly,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user