Skip to content

Commit

Permalink
Rollup merge of #63984 - cuviper:rust-installer-mem, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update rust-installer to limit memory use

See rust-lang/rust-installer#98 -- on a many-core machine, the xz memory for so many threads is more than a 32-bit process can handle. The xz stream is now limited to 8 threads.

r? @alexcrichton
  • Loading branch information
Centril authored Aug 29, 2019
2 parents 54c9f79 + 3571789 commit dbf0498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-installer

0 comments on commit dbf0498

Please sign in to comment.