aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2018-10-22 17:40:58 +1100
committerGravatar GitHub <noreply@github.com>2018-10-22 17:40:58 +1100
commit5e0f5894407c50564e43ede164e068f56b5fb58f (patch)
tree18555621df10b616e70641aaa50b353b4f47f757 /docs
parent5053f1c289fa47b8b9ac1828715af884cc3a1b5f (diff)
Add FAQ entry about specs of builders and fuzzing VMs (#1885)
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 0c909e14..badc61d6 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.