[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: build-machines: GC more.
From: |
Marius Bakke |
Subject: |
branch master updated: hydra: build-machines: GC more. |
Date: |
Tue, 10 Nov 2020 18:42:16 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 6465fd6 hydra: build-machines: GC more.
6465fd6 is described below
commit 6465fd6d530a5ca7f4a87059b016537d1a2ee231
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 11 00:42:03 2020 +0100
hydra: build-machines: GC more.
Recently many machines runs out of disk space regularly.
* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
Free 150GiB instead of 90 GiB.
---
hydra/modules/sysadmin/build-machines.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/build-machines.scm
b/hydra/modules/sysadmin/build-machines.scm
index f1a6548..c7b1a78 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -98,7 +98,7 @@ EMULATED-ARCHITECTURES, unless it's empty."
(define gc-job
;; Run 'guix gc' at 3AM and 3PM every day.
#~(job '(next-hour '(3 15))
- "guix gc -F 90G"))
+ "guix gc -F 150G"))
(define childhurd-gc-job
;; Run 'guix gc' at 2AM and 2PM every day.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: build-machines: GC more.,
Marius Bakke <=