aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/new_project_guide.md
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2017-05-04 13:55:43 -0700
committerGravatar GitHub <noreply@github.com>2017-05-04 13:55:43 -0700
commit2f65a1148f4a9303bb812ef6afa31d65643fb826 (patch)
treeefa7503f517aa1bccb09074169b7d071921b6819 /docs/new_project_guide.md
parenta609c95af30502a6e1a1a29df59f118cd81f89ba (diff)
Update new_project_guide.md
Diffstat (limited to 'docs/new_project_guide.md')
-rw-r--r--docs/new_project_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index d7c923a1..7103c2ac 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 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.
+In addition to this, please keep the size of the build (everything copied to `$OUT`) small (<10GB uncompressed) -- this will need be repeatedly transferred and unzipped during fuzzing and run on VMs with limited disk space.
## Fuzzer execution environment