Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting a custom memory limit during coverage report generation #20

Open
stze opened this issue Feb 20, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@stze
Copy link
Contributor

stze commented Feb 20, 2023

Allow setting -rss_limit_mb via the CLI

@louismerlin louismerlin added the enhancement New feature or request label Jun 15, 2023
@louismerlin
Copy link
Collaborator

For honggfuzz:

 --rlimit_rss VALUE
	Per process RLIMIT_RSS in MiB (default: 0 [no limit]). It will also set *SAN's soft_rss_limit_mb if used

For AFL++:

  -m megs       - memory limit for child process (0 MB, 0 = no limit [default])

Should be simple to add, I only need to make sure to do the conversion between MB and MiB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants