Skip to content

Commit 6a77853

Browse files
committed
Rollup merge of #45136 - johnthagen:patch-1, r=QuietMisdreavus
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.
2 parents c5ba2d2 + c3ff628 commit 6a77853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Snapshot binaries are currently built and tested on several platforms:
193193
You may find that other platforms work, but these are our officially
194194
supported build environments that are most likely to work.
195195

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

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

0 commit comments

Comments
 (0)