From b632eb56a6f842c977189fb8f4da5b5929e6cdf2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 26 Nov 2021 21:02:09 +0000 Subject: Drop parallel uploads to 1 again I've seen agents crashing with the "Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS" error, hopefully reducing the parallel uploads will help avoid this. --- guix-build-coordinator/agent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-build-coordinator/agent.scm') diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm index f978988..0a8552f 100644 --- a/guix-build-coordinator/agent.scm +++ b/guix-build-coordinator/agent.scm @@ -106,7 +106,7 @@ metrics-file))) (define parallel-uploads - 2) + 1) (define upload-slots (make-vector parallel-uploads #f)) -- cgit v1.2.3