Tiny Core Linux

Tiny Core Base => Corepure64 => Topic started by: tinycorelinux on December 13, 2020, 01:41:13 AM

Title: [BigBug] Unable to download large file
Post by: tinycorelinux on December 13, 2020, 01:41:13 AM
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.
Title: Re: [BigBug] Unable to download large file
Post by: curaga on December 13, 2020, 03: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.
Title: Re: [BigBug] Unable to download large file
Post by: vinceASPECT on December 13, 2020, 01:26:07 PM
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

Title: Re: [BigBug] Unable to download large file
Post by: Rich on December 13, 2020, 02:09:26 PM
Hi vinceASPECT
It's not a speed issue, he just ran out of RAM.
Title: Re: [BigBug] Unable to download large file
Post by: vinceASPECT on December 13, 2020, 02:22:13 PM
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
Title: Re: [BigBug] Unable to download large file
Post by: tinycorelinux on December 25, 2020, 05: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?
Title: Re: [BigBug] Unable to download large file
Post by: Juanito on December 25, 2020, 05:54:22 AM
Yes, /tmp is in ram - you need to save large files to a mounted storage device - for example /mnt/sdb1
Title: Re: [BigBug] Unable to download large file
Post by: tinycorelinux on December 25, 2020, 05:57:29 AM
Yes, /tmp is in ram.
Okay, I get it.