Skip to content
  • Evangelos Foutras's avatar
    zram: Disable zswap to prevent conflict with zram · bbaa79c6
    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.
    bbaa79c6