From 255b274d23cd8ba071191f5a1c4bf0cbabeaf2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Fri, 11 Sep 2026 22:45:09 +0200 Subject: [PATCH] lower agent mem --- nixosModules/constellation-swarm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/constellation-swarm.nix b/nixosModules/constellation-swarm.nix index e5cb1a9..4a1b453 100644 --- a/nixosModules/constellation-swarm.nix +++ b/nixosModules/constellation-swarm.nix @@ -65,7 +65,7 @@ in }; c0re = { inherit adminUsers; - agentMemoryMax = "6G"; + agentMemoryMax = "5G"; claudeCodePackage = pkgs.unstable.claude-code; buildSlots = 2; };