guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Cap the size of cached zstd nars


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Cap the size of cached zstd nars.
Date: Tue, 21 Feb 2023 10:49:48 -0500

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 b1e9ea3  hydra: bayfront: Cap the size of cached zstd nars.
b1e9ea3 is described below

commit b1e9ea388d629c662d2bfbd49579c922bf6eccb0
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Feb 21 15:46:18 2023 +0000

    hydra: bayfront: Cap the size of cached zstd nars.
    
    * hydra/bayfront.scm <services>: Specify directory-max-size for the
    zstd cached compression.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index d9c6395..3a1e6fa 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1196,7 +1196,8 @@ add_header Content-Type text/plain;")))
                (list
                 (nar-herder-cached-compression-configuration
                  (type 'zstd)
-                 (level 19))))
+                 (level 19)
+                 (directory-max-size (* 400 GiB)))))
               (cached-compression-workers 8)
               (cached-compression-nar-source "https://bishan.guix.gnu.org";)))
 



reply via email to

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