Closed
Description
I'm regularly compiling the .NET core projects for CoreCLR, CoreFX and core-setup for Yocto Linux. Today I was wondering why after 10 minutes, the init-tools.sh
script from CoreFX was still running. It turns out, that the download speed from dotnetcli.azureedge.net
is only something around 200 kiB/s and the dotnet-dev package has over 100 MiB:
$ wget https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview1-005977/dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz
--2017-08-02 16:31:08-- https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview1-005977/dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz
Resolving dotnetcli.azureedge.net (dotnetcli.azureedge.net)... 2606:2800:133:206e:1315:22a5:2006:24fd, 93.184.221.200
Connecting to dotnetcli.azureedge.net (dotnetcli.azureedge.net)|2606:2800:133:206e:1315:22a5:2006:24fd|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 124040795 (118M) [application/octet-stream]
Saving to: ‘dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz.1’
dotnet-dev-linux-x64.2.0.0-preview1-005977.tar.gz.1 3%[=> ] 3.83M 160KB/s eta 8m 28s
My feeling is that things have turned worse recently.
Metadata
Metadata
Assignees
Labels
No labels