5 lines
268 B
Plaintext
5 lines
268 B
Plaintext
# Arch's kernel enables zswap by default, which in front of swap-on-zram just
|
|
# double-compresses pages and breaks zramctl accounting. Boot-only (w!), so
|
|
# flipping it on by hand for an experiment sticks until reboot.
|
|
w! /sys/module/zswap/parameters/enabled - - - - N
|