From 5e0f5894407c50564e43ede164e068f56b5fb58f Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 22 Oct 2018 17:40:58 +1100 Subject: [PATCH] Add FAQ entry about specs of builders and fuzzing VMs (#1885) --- docs/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 0c909e14f..badc61d6f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.