Remove zram size limit and disable zswap when using zram
Compare changes
- Evangelos Foutras authored
When both zswap and zram are active, zswap sits in front of zram and treats it as a backing store. We just want to use zram and not zswap disguising itself as such; disable the latter so we can enjoy useful zramctl statistics. Implemented as tmpfiles.d/zram.conf which disables zswap at runtime.
+ 9
− 0
@@ -144,6 +144,15 @@