We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File too big
As seen in #1970 (comment) we are now generating nightlies which have 170M rlibs in.
Our multithreaded unpacker assumes each thread won't deal with files > 100M and thus limits its RAM usage by number of threads. We now seem to have files much larger than that and so we might need to up the limit at https://github.com/rust-lang/rustup.rs/blob/master/src/dist/component/package.rs#L280 and check associated numbers to re-trim things.
/cc @rbtcollins Opinions?
The text was updated successfully, but these errors were encountered:
e23a7be
kinnison
No branches or pull requests
As seen in #1970 (comment) we are now generating nightlies which have 170M rlibs in.
Our multithreaded unpacker assumes each thread won't deal with files > 100M and thus limits its RAM usage by number of threads. We now seem to have files much larger than that and so we might need to up the limit at https://github.com/rust-lang/rustup.rs/blob/master/src/dist/component/package.rs#L280 and check associated numbers to re-trim things.
/cc @rbtcollins Opinions?
The text was updated successfully, but these errors were encountered: