Tiny Core Base > TCB Tips & Tricks
Apps downloading is pretty slow
Sashank999:
Hey, I replaced icu65-dev with bash in the URL. I can't download the 16MB tcz again. The fastest mirror is now working. It shows the tinycore official repo as fastest.
I think we are deviating away from topic. I want to make Apps verify the deps and download the tcz faster.
Rich:
Hi Sashank999
--- Quote from: Sashank999 on August 04, 2020, 09:47:22 AM --- ... I think we are deviating away from topic. I want to make Apps verify the deps and download the tcz faster.
--- End quote ---
And I wanted to gather some more information to try to see what's going on. Is there a reason you are running IPv6? I think I remember
reading at one time that just having IPv6 enabled can slow some things down.
Try it again like this:
--- Code: ---rm bash.tcz
wget --debug --output-file=icu.txt --inet4-only http://repo.tinycorelinux.net/11.x/x86_64/tcz/bash.tcz
--- End code ---
According to the file you attached:
--- Quote ---2020-08-04 13:43:59 (61.9 KB/s) - 'bash.tcz' saved [442368/442368]
--- End quote ---
Your download speed was 0.062 Mega Bytes/sec. I would expect your connection to be at least 10 times faster.
So OOKLA connects at 10Mbps.
And wget connects at 0.62Mbps.
Sashank999:
Here is the file.
Rich:
Hi Sashank999
Looks faster now:
--- Quote ---2020-08-06 04:34:35 (380 KB/s) - 'bash.tcz' saved [442368/442368]
--- End quote ---
Your download speed was 0.380 Mega Bytes/sec, about 6.1 times faster than the last time.
So comparing apples to apples:
OOKLA connected at 10Mbps.
This time wget connected at 3.8Mbps.
Run this command:
--- Code: ---sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
--- End code ---
That should disable IPv6.
Then one more speed test please:
--- Code: ---rm bash.tcz
wget --debug --output-file=icu.txt http://repo.tinycorelinux.net/11.x/x86_64/tcz/bash.tcz
--- End code ---
Sashank999:
--- Quote from: Rich on August 06, 2020, 10:23:14 AM ---Run this command:
--- Code: ---sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
--- End code ---
That should disable IPv6.
--- End quote ---
That says :
--- Code: ---sysctl: error: 'net.ipv6/conf/all/disable_ipv6' is an unknown key
--- End code ---
.
Another test attached.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version