We want to use zstd for compression on one device!
This commit is contained in:
parent
08b615319d
commit
4830cd4b0b
1 changed files with 2 additions and 20 deletions
|
@ -1,23 +1,5 @@
|
|||
[zram0]
|
||||
host-memory-limit = none
|
||||
zram-fraction = 0.25
|
||||
zram-fraction = 1
|
||||
max-zram-size = none
|
||||
compression-algorithm = lzo-rle
|
||||
|
||||
[zram1]
|
||||
host-memory-limit = none
|
||||
zram-fraction = 0.25
|
||||
max-zram-size = none
|
||||
compression-algorithm = lzo-rle
|
||||
|
||||
[zram2]
|
||||
host-memory-limit = none
|
||||
zram-fraction = 0.25
|
||||
max-zram-size = none
|
||||
compression-algorithm = lzo-rle
|
||||
|
||||
[zram3]
|
||||
host-memory-limit = none
|
||||
zram-fraction = 0.25
|
||||
max-zram-size = none
|
||||
compression-algorithm = lzo-rle
|
||||
compression-algorithm = zstd
|
||||
|
|
Loading…
Reference in a new issue