File sysconfig.zram of Package zram
## Path: System/Kernel ## Description: zram settings ## Type: integer ## Default: 4 # # The factor determines the ratio 1/n of RAM to allocate to the ZRAM block device, where FACTOR = n. # FACTOR=4 ## Type: integer ## Default: 1000 # # Priority of zram swap device. Should be above disk swap. # PRIORITY="1000" ## Type: integer ## Default: 1 # # Number of zram devices. All modern kernels use proper multithreading and don't need multiple. # ZDEV_NUM="1" ## Type: string ## Default: lz4 # # Default compression algorithm for zram. Sane choices are lz4 (fast) and zstd (efficient). # See complete list in /sys/block/zram*/comp_algorithm # ALGORITHM="lz4"