# Compression algorithm for zram disk
COMPRESSION="zstd"

# Zram disk size in percent of RAM or absolute value with suffix (K,M,G)
DISKSIZE="200%"

# Start zram swap disk
# swapless - start only for swapless system
# always - start anyway
START="always"
