Skip to content

Commit

Permalink
Rollup merge of #45136 - johnthagen:patch-1, r=QuietMisdreavus
Browse files Browse the repository at this point in the history
Clarify RAM usage during build in README

The sentence wasn't immediately clear if it meant RAM or disk space before reading the next sentence.

I think this helps clarify it.
  • Loading branch information
kennytm committed Oct 9, 2017
2 parents c5ba2d2 + c3ff628 commit 6a77853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Snapshot binaries are currently built and tested on several platforms:
You may find that other platforms work, but these are our officially
supported build environments that are most likely to work.

Rust currently needs between 600MiB and 1.5GiB to build, depending on platform.
Rust currently needs between 600MiB and 1.5GiB of RAM to build, depending on platform.
If it hits swap, it will take a very long time to build.

There is more advice about hacking on Rust in [CONTRIBUTING.md].
Expand Down

0 comments on commit 6a77853

Please sign in to comment.