Skip to content
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

Fix #2229 detect available memory #2236

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Commits on Feb 27, 2020

  1. Fix rust-lang#2229 detect available memory

    This doesn't implement streaming IO for low memory situations - we still
    have the situation that low footprint situations will fail to install,
    but while it is the case that rustc's memory footprint is lower than our
    unpack footprint this is probably not urgent to fix, though I will get
    around to it.
    
    Being less aggressive about unpack buffer size though should reduce the
    number of support tickets from folk in these cases, I hope.
    
    We may end up getting tickets from folk with broken ulimit syscalls
    though, who knows.
    rbtcollins committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7fb9d3f View commit details
    Browse the repository at this point in the history