Skip to content

README.md - RAM requirement on 32-bit linux #30196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed

README.md - RAM requirement on 32-bit linux #30196

wants to merge 4 commits into from

Conversation

MagaTailor
Copy link

Running /usr/bin/time -v make to build rust (using local llvm) shows the maximum memory usage at 715 megabytes. (on arm linux it's even less @ 580M)

petevine added 4 commits December 3, 2015 23:46
Running `/usr/bin/time -v make` during rust build process (using local llvm) shows maximum memory usage at
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@brson
Copy link
Contributor

brson commented Dec 4, 2015

Thanks for updating this.

Instead, can we maybe rephrase this entire sentence to something like 'Rust needs between 600MiB and 1.5GiB to build, depending on platform. If it hits swap...'?

Please also squash these commits.

@MagaTailor
Copy link
Author

Yeah, much cleaner!
I'd already deleted my repo - do I have to resubmit or can you edit the PR?

@tshepang
Copy link
Member

tshepang commented Dec 6, 2015

@petevine re-submit and close this one

@MagaTailor MagaTailor closed this Dec 7, 2015
bors added a commit that referenced this pull request Dec 11, 2015
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)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants