mirror of https://github.com/google/oss-fuzz.git
Add FAQ entry about specs of builders and fuzzing VMs (#1885)
This commit is contained in:
parent
5053f1c289
commit
5e0f589440
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue