# Calculate protected exists(/etc/conf.d/zram)==
# 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
#?cl_chroot_status==on#
START="always"
#!cl_chroot_status#
START="swapless"
#cl_chroot_status#
