Skip to content

Conversation

@pitrou
Copy link
Contributor

@pitrou pitrou commented Nov 13, 2025

Explain how to change fuzzer memory limits, and how to avoid OOMs using custom library code.

Explain how to change fuzzer memory limits, and how to avoid OOMs using custom library code.
@pitrou
Copy link
Contributor Author

pitrou commented Nov 13, 2025

cc @sebras @Dor1s @oliverchang


```
[libfuzzer]
rss_limit_mb = 6000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this is a good example value. The FAQ later says that fuzz targets should not use more than 2.5 GB RAM, but I see at least one project that bumped the limit to 6 GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant