lower agent mem

This commit is contained in:
müde 2026-09-11 22:45:09 +02:00
commit 255b274d23

View file

@ -65,7 +65,7 @@ in
}; };
c0re = { c0re = {
inherit adminUsers; inherit adminUsers;
agentMemoryMax = "6G"; agentMemoryMax = "5G";
claudeCodePackage = pkgs.unstable.claude-code; claudeCodePackage = pkgs.unstable.claude-code;
buildSlots = 2; buildSlots = 2;
}; };