# The factor is how much (from 0 to 100, percentage)
# of system RAM to allocate to ZRAM block devices
# Too big, and your system will start killing off processes
FACTOR=33
# ZRAM compressor algorithm, from those available
# e.g. in /sys/block/zram0/comp_algorithm
ZRAM_COMPRESSOR=lzo-rle
