From d33ed58169edc027cfb6c256ecabde87e59918ed Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 Nov 2022 19:32:04 +0100 Subject: offload: Increase default 'overload-threshold' value. When offloading to a single machine, the previous default value would lead 'guix offload' to wait possibly for several minutes between subsequent builds until normalized load would finally go below 0.6. Increasing it mitigates that. * guix/scripts/offload.scm ()[overload-threshold]: Bump to 0.8. * doc/guix.texi (Daemon Offload Setup): Likewise. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index c0cb24d709..f39a0aa700 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1409,7 +1409,7 @@ when transferring files to and from build machines. File name of the Unix-domain socket @command{guix-daemon} is listening to on that machine. -@item @code{overload-threshold} (default: @code{0.6}) +@item @code{overload-threshold} (default: @code{0.8}) The load threshold above which a potential offload machine is disregarded by the offload scheduler. The value roughly translates to the total processor usage of the build machine, ranging from 0.0 (0%) to -- cgit v1.2.3