aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-build-coordinator/build-allocator.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-build-coordinator/build-allocator.scm b/guix-build-coordinator/build-allocator.scm
index 5286126..0f18ee8 100644
--- a/guix-build-coordinator/build-allocator.scm
+++ b/guix-build-coordinator/build-allocator.scm
@@ -32,7 +32,7 @@
(define* (basic-build-allocation-strategy datastore
#:key
- (planned-builds-for-agent-limit 2048)
+ (planned-builds-for-agent-limit 512)
metrics-registry)
(define (log . args)
(when #f
@@ -339,7 +339,7 @@
(define* (derivation-ordered-build-allocation-strategy
datastore
#:key
- (planned-builds-for-agent-limit 2048)
+ (planned-builds-for-agent-limit 512)
(builds-created-after "datetime('now', '-14 days')")
metrics-registry)
(define (log . args)