diff options
Diffstat (limited to '')
| -rw-r--r-- | common.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,12 @@ enableUserSlices = true; enableSystemSlice = true; enableRootSlice = true; + extraConfig = { + SwapUsedLimit="50%"; + DefaultMemoryPressureLimit="50%"; + DefaultMemoryPressureDurationSec=20; + + }; }; nix.gc = { @@ -53,6 +59,8 @@ gnumake clang rustup + + # D ]; # This option defines the first version of NixOS you have installed on this particular machine, |
