From 1fea553c6e08cb1a76771b8329cad1629fdfc462 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 26 Nov 2025 14:42:41 +0100 Subject: allow up to 50% zram --- hosts/toaster/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix index 37449d9..4a9e0f5 100644 --- a/hosts/toaster/hardware-configuration.nix +++ b/hosts/toaster/hardware-configuration.nix @@ -67,7 +67,7 @@ zramSwap = { enable = true; algorithm = "zstd"; - memoryPercent = 30; + memoryPercent = 50; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.3.1