We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf47a7 commit 074c87cCopy full SHA for 074c87c
non-critical-infra/hosts/staging-hydra/hydra.nix
@@ -90,22 +90,19 @@ in
90
91
log_prefix = https://cache.nixos.org/
92
93
- evaluator_workers = 1
+ evaluator_workers = 4
94
evaluator_max_memory_size = 4096
95
96
queue_runner_endpoint = http://localhost:8080
97
98
max_concurrent_evals = 1
99
100
- # increase the number of active compress slots (CPU is 48*2 on mimas)
101
- max_local_worker_threads = 144
102
-
103
max_unsupported_time = 86400
104
105
allow_import_from_derivation = false
106
107
max_output_size = 3821225472 # 3 << 30 + 600000000 = 3 GiB + 0.6 GB
108
- max_db_connections = 350
+ max_db_connections = 50
109
110
queue_runner_metrics_address = [::]:9198
111
0 commit comments