Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: xor on June 05, 2019, 12:24:16 PM
-
"SWAP" on "RAM" is unacceptable, there is a logic error!
there is a logic error; HTOP.TCZ shows that there is a 800MB SWAP field in the system.
Logically, SWAP is the temporary space allocated in other storage units when RAM is not enough. You shouldn't have SWAP on RAM !!!
RAM on "tmp" is logical
but it is unreasonable to have a "swap"
Reference:
https://en.wikipedia.org/wiki/swap_(computer_programming)
you can look at yourself and check the situation
((800MB Swap space appears on the system with 4gb RAM!))
-
It is compressed swap, which does make sense.
-
Hi xor
There is no error.
The swap space in RAM is compressed swap. It allows for some fast swap space.
If you do not want any RAM based swap, use the nozswap boot code.
-
Hi xor
There is no error.
The swap space in RAM is compressed swap. It allows for some fast swap space.
If you do not want any RAM based swap, use the nozswap boot code.
logically; It should be a standard
-
Compressed swap is a great asset of TC/piCore. When first installed, no any traditional (mass storage based) swap available, it is a must have in many cases. When bigger size swap configured on SD card RAM swap has higher priority then SD swap. All together it is a big performance boost. It must be enabled by default.
Beauty of LINUX and specially TC its flexibility. If you dont like zswap that's fine, you are free to disable.
-
tinycore is not at fault here if programs allocate so much memory.
-
compression process; does it cause processing power and time loss !?
http://tinycorelinux.net/corebook.pdf
10.33. nozswap - disable compressed
swap in RAM
By default, Core uses a RAM compression technique allowing
you to use more RAM than you actually have. If you experience
problems with this, the nozswap bootcode lets you disable this.
Example:
• nozswap
-
no