-
Notifications
You must be signed in to change notification settings - Fork 955
Extremely slow download speeds on update in US #1702
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
Comments
If this persists then it might be an indication that there's something squiffy with the S3 bucket we're in at a guess. @alexcrichton any idea what might cause this pattern of access speeds? |
I reinstalled Rustup and the toolchains and ran update and heres what I noticed: Specifically for Rust-docs the speed is terribly slow. Everything else seems to be at least above 2.5MiBs.
As you can see on both nightly toolchains the rust-docs download took almost a minute with speed at 250KiBs and at lowest 15KiBs. Could it be that Rust-Docs just has more files and something on the windows 10 filesystem can't handle the large amount of files? Or is it something on the S3 bucket's side. |
Ooh I think I know what's going on - we use the same UI when unpacking components as we do when downloading them now. This means that you get progress information for unpacking components which previously used to say nothing. I imagine this is that since you're on Windows, the unpack of rust-docs is painful - this is a problem we're aware of, though we've yet to determine the right fix. It's that rust-docs has many many small files, which is why it's slower at unpacking. You can check that the progress indicator is for unpacking vs. downloading by looking at the line directly above it. If it's just that unpacking is slow, then this issue can be closed since it's not download speeds, and we already have #1540 for that. |
Alright, so basically the download speed is being adjusted because its unpacking an archive and its not actually the download speed that is dropping but the installation process. Thank you for clearing that up. |
Problem
Running Rustup Update updates the toolchains as expected but the speed with which it fetches the files is absurdly slow. For rustc, I am seeing 8mb/s where as for rust-docs I am getting speeds like 17KiB/s. This pattern repeats for all of the toolchains installed on my machine (both stable and nightly msvc and gnu.
As a side note, it also seems to ignore installing RLS.
Steps
Notes
Output of
rustup --version
: rustup 1.17.0 (069c88e 2019-03-05)Output of
rustup show
:I've seen these kinds of issues for people in the EU or in other countries outside of the US, but never seen them for people in the US. Nor have I seen this kind of inconsistency. I am on a home network and there are no proxies or vpns involved.
The text was updated successfully, but these errors were encountered: