Skip to content

Commit

Permalink
Fix rust-lang#2229 detect available memory
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rbtcollins committed Feb 22, 2020
1 parent 72bea7b commit 81bdfca
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 45 deletions.
Loading

0 comments on commit 81bdfca

Please sign in to comment.