staging-hydra: reduce eval worker & memory according to resources
Jörg Thalheim committed
Feb 15, 2025 at 23:27 UTC
d2469f539fc2069dbf38e72a1df502a3e717b282
1 file changed
+2
-2
non-critical-infra/hosts/staging-hydra/hydra.nix
+2
-2
@@ -73,8 +73,8 @@ in
73
74
log_prefix = https://cache.nixos.org/
75
76
- evaluator_workers = 16
77
- evaluator_max_memory_size = 8192
76
+ evaluator_workers = 1
77
+ evaluator_max_memory_size = 4096
78
79
max_concurrent_evals = 1
80