guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Partially revert "hydra: bayfront: Free up some s


From: Christopher Baines
Subject: branch master updated: Partially revert "hydra: bayfront: Free up some space."
Date: Mon, 22 May 2023 05:54:03 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 35b8b49  Partially revert "hydra: bayfront: Free up some space."
35b8b49 is described below

commit 35b8b49a8992f6913d6ace629f67c14aeaee7eb3
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon May 22 10:50:47 2023 +0100

    Partially revert "hydra: bayfront: Free up some space."
    
    Dropping the cache size can (and did) lead to removing cached nars,
    which has caused problems for Guix clients that expect the zstd
    compression to be available.
    
    Increasing the cache size will at least allow these zstd compressed
    nars to be cached again.
    
    This partially reverts commit
    ce8d3000fda6b80c0cf3e6f8204e0ee293024e6b.
    
    * hydra/bayfront.scm <services>[nar-herder]: Increase the zstd
    directory-max-size.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 2c25e40..ae3e348 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1231,7 +1231,7 @@ add_header Content-Type text/plain;")))
                 (nar-herder-cached-compression-configuration
                  (type 'zstd)
                  (level 19)
-                 (directory-max-size (* 50 GiB)))))
+                 (directory-max-size (* 400 GiB)))))
               (cached-compression-workers 8)
               (cached-compression-nar-source "https://bishan.guix.gnu.org";)
               (extra-environment-variables



reply via email to

[Prev in Thread] Current Thread [Next in Thread]