WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [BigBug] Unable to download large file  (Read 2604 times)

tinycorelinux

  • Guest
[BigBug] Unable to download large file
« on: December 12, 2020, 10:41:13 PM »
As title, the system cannot download large files, as long as the downloaded file is too large,
when the file has not been downloaded, the system will be stuck, crash.
Whether downloaded from the command line or from file management,
the system will fake death without any response.

for example
Code: [Select]
wget -T0 https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/5.12/5.12.0/qt-opensource-linux-x64-5.12.0.run

NOTE: I'm just taking Qt as an example. I know there's QT in the TCL's repo.
« Last Edit: December 12, 2020, 10:53:48 PM by ONE »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: [BigBug] Unable to download large file
« Reply #1 on: December 13, 2020, 12:18:35 AM »
You ran out of RAM without swap. That happens when you try to download too large files into RAM. Put them on your hd.
The only barriers that can stop you are the ones you create yourself.

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 749
Re: [BigBug] Unable to download large file
« Reply #2 on: December 13, 2020, 10:26:07 AM »
Hello forum.

Perhaps you could try it from a source or public network that you are aware of.

Sometimes they have very very fast systems indeed.. (i mean throughput and bandwidth)

thx

v


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: [BigBug] Unable to download large file
« Reply #3 on: December 13, 2020, 11:09:26 AM »
Hi vinceASPECT
It's not a speed issue, he just ran out of RAM.

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 749
Re: [BigBug] Unable to download large file
« Reply #4 on: December 13, 2020, 11:22:13 AM »
Rich and forum,

Ahh right.  That is what  conflicted with me.,,,,,,,,,where  actually it is as  you described Rich.

i never really understand servers and clients, which is hierarchy for delivery speed----- versus what your ISP demands the data at.

while i guess it's about traffic right.....amount(s)

so it's just storage amounts for the information (fole).....in the case above  (RAM).....
so wonder whether the person can download it to solid state storage (pen drive) or device (other)
to solve it

many thanks Rich,

Vince
« Last Edit: December 13, 2020, 11:29:18 AM by vinceASPECT »

tinycorelinux

  • Guest
Re: [BigBug] Unable to download large file
« Reply #5 on: December 25, 2020, 02:50:20 AM »
Quote
"That happens when you try to download too large files into RAM. "???
"he just ran out of RAM."???
Forgive me, I have been confused, I did not download the file into memory,
I downloaded the file to /tmp, Does /tmp use RAM instead of hard disk?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: [BigBug] Unable to download large file
« Reply #6 on: December 25, 2020, 02:54:22 AM »
Yes, /tmp is in ram - you need to save large files to a mounted storage device - for example /mnt/sdb1

tinycorelinux

  • Guest
Re: [BigBug] Unable to download large file
« Reply #7 on: December 25, 2020, 02:57:29 AM »