aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-10-20 18:18:31 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-10-20 18:16:59 +0200
commitfa21535551e300eaa988d209ad64cdc17fd7f66b (patch)
treeea11453a891bdeb5b137e76f9a7b6affde321ef2 /test
parentabfc8c901df6853c1a52b7350f4c18dc70269ec9 (diff)
downloadbitcoin-fa21535551e300eaa988d209ad64cdc17fd7f66b.tar.xz
fuzz: Increase merge -rss_limit_mb
Diffstat (limited to 'test')
-rwxr-xr-xtest/fuzz/test_runner.py1
1 files changed, 1 insertions, 0 deletions
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,