mikebkk

Results 7 comments of mikebkk

On Raspberry 2B with Raspbian Stretch the original script of zram.sh will not be executed properly. The installed version of Bash is not calculating the values for memory properly. The...

I found out that on my pi the instruction 'let' is unknown by the shell That means there is no value set for zram I replace d the expression "let...

> > On Raspberry 2B with Raspbian Stretch the original script of zram.sh will not be executed properly. The installed version of Bash is not calculating the values for memory...

> > totalmem=free | grep -e "^Mem:" | awk '{print $2}' > > #if there is no result for totalmem you can try > > totalmem=$(free | grep -e "^Mem:"...

> Thank you for your reply :) > > I suggest to make zram for 1 core. > Because of this. > > https://wiki.gentoo.org/wiki/Zram > Prior to kernel 3.15, each...

> UnixBench result. > with this script ( not default ) ,lh4 > https://github.com/yutayu/dumb/blob/master/raspberrypi-2019-01-31-06.html > without all swap > https://github.com/yutayu/dumb/blob/master/raspberrypi-2019-01-31-09.html > with my script , 1 zram directory per system,...

> Don't see any benefits by enabling ZRAM on RPi 3 at all, also don't understand why doubling size of zram by multiplying with number 2048. Do you see any...