Skip to content

Added zswap configuration

This should increase the pinephone limited memory size a little as well as reduce swapping preformance degradation when when swapping is needed (which might allow for a larger swap file then 32MB)

  • Choose lz4 compression as it`s the fastets while still providing good compression ratios (by the benchmark provided in the documentation)
  • Choose z3fold for zpool as it will allow for higher compression (then zbud) ratios while allow memory recalim when possible.

Merge request reports