Skip to content

Commit fa3a410

Browse files
author
MarcoFalke
committed
fuzz: Set -rss_limit_mb=8000 for generate as well
This is set by merge, so set it here as well, to avoid OOM.
1 parent fa4e396 commit fa3a410

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
@@ -268,6 +268,7 @@ def job(command, t, t_env):
268268
use_value_profile = int(random.random() < .3)
269269
command = [
270270
os.path.join(build_dir, 'src', 'test', 'fuzz', 'fuzz'),
271+
"-rss_limit_mb=8000",
271272
"-max_total_time=6000",
272273
"-reload=0",
273274
f"-use_value_profile={use_value_profile}",

0 commit comments

Comments
 (0)