summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index e919426f..3fec134f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -564,8 +564,8 @@
564 564
565 systemd.services."nix-daemon".serviceConfig = { 565 systemd.services."nix-daemon".serviceConfig = {
566 MemoryAccounting = true; 566 MemoryAccounting = true;
567 MemoryHigh = "75%"; 567 MemoryHigh = "50%";
568 MemoryMax = "80%"; 568 MemoryMax = "75%";
569 }; 569 };
570} 570}
571 571