Skip to content

Commit

Permalink
Auto merge of #30248 - petevine:master, r=brson
Browse files Browse the repository at this point in the history
Running `/usr/bin/time -v make` to build rust (using local llvm) shows the maximum memory usage at 715 megabytes on 32-bit x86 (on arm linux it's even less @ 580M).

Reworded according to @brson's [input](#30196 (comment)).
  • Loading branch information
bors committed Dec 11, 2015
2 parents 672a3d9 + 5294f20 commit 01e5c48
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 @@ -135,7 +135,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 about 1.5 GiB of RAM to build without swapping; if it hits
Rust currently needs between 600MiB and 1.5GiB 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

1 comment on commit 01e5c48

@MagaTailor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if it's worthy of a new issue but I've just noticed a mere documentation update triggered a full rust build across all architectures - that's definitely wasteful and unnecessary.

I imagine some sort of excluded files list is a good idea.

Please sign in to comment.