[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: hydra: build-machines: Give childhurds more RAM so they can build
From: |
Ludovic Courtès |
Subject: |
01/03: hydra: build-machines: Give childhurds more RAM so they can build more. |
Date: |
Fri, 2 Oct 2020 04:46:16 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 4b2137352881923b575298d640004d955d4e105e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 2 10:30:53 2020 +0200
hydra: build-machines: Give childhurds more RAM so they can build more.
* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os)
<hurd-vm-configuration>: Increase 'memory-size' to 4 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 866bd10..611069f 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -253,7 +253,7 @@ Match Address 141.80.167.131
(os childhurd-os)
;; 6G should be enough to build 'hello'
(disk-size (* 12000 (expt 2 20))) ;12G
- (memory-size 1024)
+ (memory-size (* 4 1024)) ;4GiB
(options '("--cpu" "base" "--snapshot"))
(net-options
(childhurd-net-options this-record))))))