Merge branch 'master' of github.com:google/oss-fuzz

This commit is contained in:
Kostya Serebryany 2017-05-04 14:43:30 -07:00
commit be07b7d749
1 changed files with 6 additions and 0 deletions

View File

@ -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 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
[This page](fuzzer_environment.md) gives information about the environment that