From a609c95af30502a6e1a1a29df59f118cd81f89ba Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 4 May 2017 13:53:03 -0700 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 5db9cfeb1..d7c923a1b 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -148,7 +148,7 @@ See [Provided Environment Variables](../infra/base-images/base-builder/README.md Our builders have a disk size of 70GB (this includes space taken up by the OS). Builds must keep peak disk usage below this. -In addition to this, please keep the size of the uncompressed build small (<10GB) -- this will need be repeatedly transferred and unzipped during fuzzing and run on VMs with limited disk space. +In addition to this, please keep the size of the build (everything copied to `$OUT`) small (<10GB) -- this will need be repeatedly transferred and unzipped during fuzzing and run on VMs with limited disk space. ## Fuzzer execution environment