Skip to content

Commit b5e41a5

Browse files
committed
mention incremental disk space
1 parent 73d88a1 commit b5e41a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Like `cargo`, the build system will use as many cores as possible. Sometimes
8484
this can cause you to run low on memory. You can use `-j` to adjust the number
8585
concurrent jobs.
8686

87+
Also, if you don't have too much free disk space, you may want to turn off
88+
incremental compilation (see the "Configuring" section below). This will make
89+
compilation take longer, but will save a ton of space from the incremental
90+
caches.
91+
8792
### Cloning
8893

8994
You can just do a normal git clone:

0 commit comments

Comments
 (0)