From 2e79751561e98871a69b2024cb071261804c19de Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 4 May 2017 13:50:15 -0700 Subject: [PATCH 1/3] Update new_project_guide.md --- docs/new_project_guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 416847153..5db9cfeb1 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 From a609c95af30502a6e1a1a29df59f118cd81f89ba Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 4 May 2017 13:53:03 -0700 Subject: [PATCH 2/3] 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 From 2f65a1148f4a9303bb812ef6afa31d65643fb826 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 4 May 2017 13:55:43 -0700 Subject: [PATCH 3/3] 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 d7c923a1b..7103c2ac9 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