Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mention incremental disk space
  • Loading branch information
mark-i-m committed Jun 5, 2020
commit 2301cd5b84bb6153b5a82c18f343e6d00582f7f1
5 changes: 5 additions & 0 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

You can just do a normal git clone:
Expand Down