Skip to content

Commit

Permalink
increase fuzzer memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 22, 2025
1 parent a790af3 commit 40a965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/url_pattern.options
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[libfuzzer]
dict = url.dict
max_len = 512
rss_limit_mb = 3000
rss_limit_mb = 5000

0 comments on commit 40a965e

Please sign in to comment.