From 94ef31c4ec96889b3e9a44971d81bdc687abfbca Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 29 Mar 2023 09:30:31 +0100 Subject: Decrease the planned builds for agents Since the allocator is fast now. --- guix-build-coordinator/build-allocator.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-build-coordinator/build-allocator.scm b/guix-build-coordinator/build-allocator.scm index 2591494..f1d4a42 100644 --- a/guix-build-coordinator/build-allocator.scm +++ b/guix-build-coordinator/build-allocator.scm @@ -446,7 +446,7 @@ (define* (derivation-ordered-build-allocation-strategy datastore #:key - (planned-builds-for-agent-limit 1024) + (planned-builds-for-agent-limit 256) (builds-created-after #f) ;; "datetime('now', '-60 days')") metrics-registry) (define (log . args) -- cgit v1.2.3