Arch and ZRam
#3
(09-16-2020, 06:17 AM)peperjohnny Wrote: Thanks for the tip. Plasma desktop got a bit faster with that.

My current configuration seems to be OK, but not sure if it is really better or not. I have a pretty large SDcard mounted in /etc/fstab as /sdcard

The following as root:
dd if=/dev/zero of=/swapfile bs=1MiB count=1024
mkswap /swapfile
# note you will need /sdcard mounted first:
dd if=/dev/zero of=/sdcard/swapfile bs=1MiB count=4096
mkswap /sdcard/swapfile

#oops forgot these:
chmod 600 /swapfile /sdcard/swapfile

Then in /etc/fstab:
/dev/mmcblk0p1 /sdcard ext4 rw,relatime,nofail
/swapfile swap swap pri=50 0 0
/sdcard/swapfile swap swap pri=0 0 0

Combined with the ZRAM swap at priority 100, this gives you a 1G swap on the eMMC and 4G of (presumably) slower swap on the SDCard.

If you don't want to reboot, do (as root):

swapon -a
 

Verify with:

swapon -s


I have left vm.swappiness at 60 but it might do to turn it higher to make more RAM available for caching. 

sysctl -w vm.swappiness=90

Make that permanent in /etc/sysctl.conf or sysctl.d

But like I say, I've left it at 60 to see how it does for a bit.

By the way, you can't use fallocate. It leaves a sparse file which will not mount.


Messages In This Thread
Arch and ZRam - by wd5gnr - 09-15-2020, 06:41 AM
RE: Arch and ZRam - by peperjohnny - 09-16-2020, 06:17 AM
RE: Arch and ZRam - by wd5gnr - 09-16-2020, 09:49 AM
RE: Arch and ZRam - by wd5gnr - 10-27-2020, 08:59 PM
RE: Arch and ZRam - by tomoqv - 12-03-2020, 04:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Arch Linux (danctnix) virtual keyboard layout change cudo 0 737 09-27-2023, 12:19 PM
Last Post: cudo
  Arch Linux ARM on PineTab 1 Danct12 25 30,030 06-10-2023, 05:33 PM
Last Post: fxc
Video Does DactNix Arch Linux support my use case? BlueGalaxy 22 6,352 05-18-2023, 03:45 AM
Last Post: KC9UDX
  Arch, Plasma desktop and wayland peperjohnny 49 60,731 06-10-2021, 08:31 AM
Last Post: peperjohnny
  Got Vivaldi Working on Arch! wd5gnr 3 6,484 11-09-2020, 12:13 PM
Last Post: hanscees
  zram guenther 0 2,492 10-26-2020, 05:52 AM
Last Post: guenther
  Any way to disable wake on power connect/full charge? (Arch) quipacorn 3 5,639 10-14-2020, 10:00 AM
Last Post: quipacorn

Forum Jump:


Users browsing this thread: 1 Guest(s)