diff options
| author | bors <bors@rust-lang.org> | 2015-12-11 06:29:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-12-11 06:29:06 +0000 |
| commit | 01e5c48656ac41e5a83d63d9dac7473fdd63d4e0 (patch) | |
| tree | 1a530bbd1dc384db8a4af24c13e4c20919d41e16 | |
| parent | 672a3d93e34ad52529f3bdedfd26d52d67824ccd (diff) | |
| parent | 5294f2080b9f03ce814657cb30e0e5e0f01c682d (diff) | |
| download | rust-01e5c48656ac41e5a83d63d9dac7473fdd63d4e0.tar.gz rust-01e5c48656ac41e5a83d63d9dac7473fdd63d4e0.zip | |
Auto merge of #30248 - petevine:master, r=brson
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](https://github.com/rust-lang/rust/pull/30196#issuecomment-162088921).
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 8eb742f0a22..6e5e1ca0c32 100644 --- a/README.md +++ b/README.md @@ -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]. |
