stevset/note/zram.txt
2025-06-14 00:23:37 -04:00

14 lines
295 B
Text

For using zram I would use:
apt install zram-tools zstd
and configure:
/etc/default/zramswap
with zstd algorithm and whatever percent of RAM to use
/etc/sysctl.d/99-vm-zram-parameters.conf
vm.swappiness = 180
vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.page-cluster = 0