fix(zram-generator.conf): remove depreciated config options
* `zram-fraction` and `max-zram-size` are obsolete options. The size of the zram device is now set by `zram-size`. * Removed `host-memory-limit` since we have it set to the default value. Closes https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/merge_requests/8
This commit is contained in:
parent
d04cd5a0b0
commit
000fb46329
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
[zram0]
|
||||
host-memory-limit = none
|
||||
zram-fraction = 1
|
||||
max-zram-size = none
|
||||
zram-size=ram
|
||||
compression-algorithm = zstd
|
||||
|
|
Loading…
Reference in a new issue