summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-01-16 16:19:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2018-01-16 16:19:14 +0100
commit26075431ea33f2667adb6a4a225ee3472be62cfb (patch)
tree7702aeff437330d4edbb405ac7649d50a1894664
parente7b106a6422bdbf5874b2faea1caa1ad56a80301 (diff)
downloadnixos-26075431ea33f2667adb6a4a225ee3472be62cfb.tar
nixos-26075431ea33f2667adb6a4a225ee3472be62cfb.tar.gz
nixos-26075431ea33f2667adb6a4a225ee3472be62cfb.tar.bz2
nixos-26075431ea33f2667adb6a4a225ee3472be62cfb.tar.xz
nixos-26075431ea33f2667adb6a4a225ee3472be62cfb.zip
-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