Merge branch 'TBog-master-patch-62195' into 'master'

fix zram default settings

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!2
This commit is contained in:
TBog 2021-06-29 10:43:08 +00:00
commit 0bf8cf28a1
1 changed files with 4 additions and 1 deletions

View File

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