← Back to team overview

kernel-packages team mailing list archive

[Bug 1215379] Re: zswap is not enabled

 

Tim: AnAkin is correct, it's disabled by default and must be called at
boot time.

You should also enable multiple kernel compression modules - lz4 is
beter for most swaploads than gzip (less CPU consumed)

Currrently only gzip is used:

CONFIG_KERNEL_GZIP=y  
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set

These should all be modularised.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1215379

Title:
  zswap is not enabled

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Saucy:
  Won't Fix

Bug description:
  Please enable ZSWAP in Saucy's kernel config.
  In runtime, module is not enabled by default so there no risk of regressions.

  ZSWAP finally merged in Linux 3.11.
  ZSWAP should replace previous solutions as ramzswap and zram and should provide a solution for SSD based or/and low RAM machines.

  Detailed information can be found at:
  http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2b2811178e85553405b86e3fe78357b9b95889ce
  and
  http://www.phoronix.com/scan.php?page=news_item&px=MTQwODI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1215379/+subscriptions


References