diff options
| author | Grisha Shipunov | 2025-11-26 14:42:41 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-11-26 14:42:41 +0100 |
| commit | 1fea553c6e08cb1a76771b8329cad1629fdfc462 (patch) | |
| tree | 796a39f61243706e89b1524515ff3f7fcb5fad66 /hosts | |
| parent | 7d1b3d60be65ba84bd31035fd491e80400f757e4 (diff) | |
allow up to 50% zram
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/toaster/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
