aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-11-26 21:02:09 +0000
committerChristopher Baines <mail@cbaines.net>2021-11-26 21:02:09 +0000
commitb632eb56a6f842c977189fb8f4da5b5929e6cdf2 (patch)
treee8f39d50ea70a2254bf708713419d65115d15eb0 /guix-build-coordinator/agent.scm
parentc9c55c0a16c0d72ad11389baf722ce90644c45d7 (diff)
downloadbuild-coordinator-b632eb56a6f842c977189fb8f4da5b5929e6cdf2.tar
build-coordinator-b632eb56a6f842c977189fb8f4da5b5929e6cdf2.tar.gz
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.
Diffstat (limited to 'guix-build-coordinator/agent.scm')
-rw-r--r--guix-build-coordinator/agent.scm2
1 files changed, 1 insertions, 1 deletions
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))