From 40a965e7fa1f744a9b0e34b72eca4d2f1bf710e6 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Tue, 21 Jan 2025 20:05:43 -0500 Subject: [PATCH] increase fuzzer memory limit --- fuzz/url_pattern.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/url_pattern.options b/fuzz/url_pattern.options index c1025fc28..0b36c6901 100644 --- a/fuzz/url_pattern.options +++ b/fuzz/url_pattern.options @@ -1,4 +1,4 @@ [libfuzzer] dict = url.dict max_len = 512 -rss_limit_mb = 3000 +rss_limit_mb = 5000