mention incremental disk space

This commit is contained in:
mark 2020-06-02 19:28:36 -05:00 committed by Who? Me?!
parent 6e482fb047
commit 1f0f15f380
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ Like `cargo`, the build system will use as many cores as possible. Sometimes
this can cause you to run low on memory. You can use `-j` to adjust the number this can cause you to run low on memory. You can use `-j` to adjust the number
concurrent jobs. concurrent jobs.
Also, if you don't have too much free disk space, you may want to turn off
incremental compilation (see the "Configuring" section below). This will make
compilation take longer, but will save a ton of space from the incremental
caches.
### Cloning ### Cloning
You can just do a normal git clone: You can just do a normal git clone: