Add FAQ entry about specs of builders and fuzzing VMs (#1885)

This commit is contained in:
Oliver Chang 2018-10-22 17:40:58 +11:00 committed by GitHub
parent 5053f1c289
commit 5e0f589440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -106,3 +106,8 @@ OSS-Fuzz *uses* [AFL](http://lcamtuf.coredump.cx/afl/) as one of its [fuzzing en
## Does OSS-Fuzz support Honggfuzz?
Analogically to [AFL](#does-oss-fuzz-support-afl).
## What are the specs on your machines?
OSS-Fuzz builders have 32CPU/28.8GB RAM.
Fuzzing machines only have a single core and fuzz targets should not use more than 2GB of RAM.