New host downloads are slow #8
Replies: 7 comments 11 replies
-
We had to move our installer from GitHub to Artifactory since GitHub artifacts have a size limit of 2 GB. Artifactory seems to have lower bandwidth than GitHub. |
Beta Was this translation helpful? Give feedback.
-
The other approach we're looking at (and potentially doing both) is providing a GitHub download but using a multi-part zip file. This would require downloading two files and unzipping to produce the actual install file. At least in Windows 11, Windows Explorer appears to have the built-in ability to read split zip files, but if Windows 10 doesn't that would require using something like 7Zip to extract. |
Beta Was this translation helpful? Give feedback.
-
If Artifactory is struggling with just the downloads for beta testing, I can't imagine how bad it will be around kickoff. Could we try reaching out to GitHub to increase the size limit or find an alternative solution? |
Beta Was this translation helpful? Give feedback.
-
What the alternative solution is I don't know, but I'm sure plenty of users (particularly those who struggle with internet already) would appreciate faster bandwidth. In my mind possible solutions are:
|
Beta Was this translation helpful? Give feedback.
-
For beta-2, we will also provide "split zip" file downloads via GitHub (see wpilibsuite/WPILibInstaller-Avalonia#358) as an alternative for beta testers to test. |
Beta Was this translation helpful? Give feedback.
-
I'd have to agree that the speeds are quite slow. I'm seeing the download hovering around 1-3 MB/s from Artifactory. As for solutions:
|
Beta Was this translation helpful? Give feedback.
-
With Beta 3, we're offering four download options:
Please feel free to test multiple and report back as to what works best for you. I expect we will remove one or two of these options for non-beta releases. |
Beta Was this translation helpful? Give feedback.
-
I downloaded the WPILib beta for Windows & Linux, and the NI Beta release, all at the same time. The NI beta, from GitHub, ran at 12.5 MB/s (limited by my ethernet), while the WPILib betas downloaded short of 5 MB/s or even less at times. Ultimately, the WPIlib installs took 3x as long as the NI beta. Something with the new host I'm guessing?
Beta Was this translation helpful? Give feedback.
All reactions