Comment 4 for bug 1215379

Revision history for this message
StoatWblr (stoatwblr) wrote :

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.