| zramSwap.writebackDevice | Write incompressible pages to this device,
as there's no gain from keeping them in RAM.
|
| zramSwap.algorithm | Compression algorithm. lzo has good compression,
but is slow. lz4 has bad compression, but is fast.
zstd is both good compression and fast, but requires newer kernel
|
| zramSwap.priority | Priority of the zram swap devices
|
| zramSwap.memoryMax | Maximum total amount of memory (in bytes) that can be stored in the zram
swap devices
|
| zramSwap.memoryPercent | Maximum total amount of memory that can be stored in the zram swap devices
(as a percentage of your total memory)
|
| zramSwap.enable | Enable in-memory compressed devices and swap space provided by the zram
kernel module
|
| zramSwap.swapDevices | Number of zram devices to be used as swap, recommended is 1.
|