From 000fb46329d4730bc4b5648482ddd70f3715b954 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Fri, 15 Dec 2023 23:45:07 -0500 Subject: [PATCH] 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 --- usr/lib/systemd/zram-generator.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/lib/systemd/zram-generator.conf b/usr/lib/systemd/zram-generator.conf index d5aad85..dfab6d6 100644 --- a/usr/lib/systemd/zram-generator.conf +++ b/usr/lib/systemd/zram-generator.conf @@ -1,5 +1,3 @@ [zram0] -host-memory-limit = none -zram-fraction = 1 -max-zram-size = none +zram-size=ram compression-algorithm = zstd