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:50:15 -0700
committerGravatar GitHub <noreply@github.com>2017-05-04 13:50:15 -0700
commit2e79751561e98871a69b2024cb071261804c19de (patch)
tree2f833cf68acbe98e0a3e95c6730daf6f74e9f125 /docs/new_project_guide.md
parent9a9514218ca85714cf231eee433311ab5c6e59dd (diff)
Update new_project_guide.md
Diffstat (limited to 'docs/new_project_guide.md')
-rw-r--r--docs/new_project_guide.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 41684715..5db9cfeb 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -144,6 +144,12 @@ pass them manually to the build tool.
See [Provided Environment Variables](../infra/base-images/base-builder/README.md#provided-environment-variables) section in
`base-builder` image documentation for more details.
+## Disk space restrictions
+
+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.
+
## Fuzzer execution environment
[This page](fuzzer_environment.md) gives information about the environment that