From 573ca4724b91f9e9effb2293a7062a35fc8d496d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sat, 14 May 2022 18:10:48 +0200 Subject: [PATCH] feat(rpi4): increase zram swap size --- rpi4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/rpi4.nix b/rpi4.nix index efc3cbe..2122f05 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -54,6 +54,7 @@ in with builtins; { # improve memory performance zramSwap.enable = true; zramSwap.algorithm = "zstd"; + zramSwap.memoryPercent = 150; networking.domain = "home.felschr.com";