1
0
Fork 0
mirror of synced 2024-06-01 06:41:10 -04:00
garuda-common-settings/etc/systemd/swap.conf.d/swap.conf
Tautu Bogdan 57cf5462ab fix zram default settings
- kernel >= 4.8 can handle multiple streams of compression for a single zram device
2021-04-28 15:23:37 +00:00

9 lines
126 B
Plaintext

zram_enabled=1
zswap_enabled=0
swapfc_enabled=0
zram_size=$(( RAM_SIZE ))
zram_count=1
zram_streams=${NCPU}
zram_alg=lzo-rle