hw/gaming: use lz4 for zram swap

This commit is contained in:
Aly Raffauf 2024-12-03 09:28:52 -05:00
parent 65750b6f86
commit be30e0c498

View file

@ -39,4 +39,6 @@
## HDD
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"
'';
zramSwap.algorithm = "lz4";
}