Skip to content

Commit 074c87c

Browse files
committed
fix: reconfigure evaluator
1 parent 1bf47a7 commit 074c87c

File tree

1 file changed

+2
-5
lines changed
  • non-critical-infra/hosts/staging-hydra

1 file changed

+2
-5
lines changed

non-critical-infra/hosts/staging-hydra/hydra.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,19 @@ in
9090
9191
log_prefix = https://cache.nixos.org/
9292
93-
evaluator_workers = 1
93+
evaluator_workers = 4
9494
evaluator_max_memory_size = 4096
9595
9696
queue_runner_endpoint = http://localhost:8080
9797
9898
max_concurrent_evals = 1
9999
100-
# increase the number of active compress slots (CPU is 48*2 on mimas)
101-
max_local_worker_threads = 144
102-
103100
max_unsupported_time = 86400
104101
105102
allow_import_from_derivation = false
106103
107104
max_output_size = 3821225472 # 3 << 30 + 600000000 = 3 GiB + 0.6 GB
108-
max_db_connections = 350
105+
max_db_connections = 50
109106
110107
queue_runner_metrics_address = [::]:9198
111108

0 commit comments

Comments
 (0)