[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: guix: scripts system: Increase the size for gener
From: |
guix-commits |
Subject: |
branch master updated: guix: scripts system: Increase the size for generating Docker container images. |
Date: |
Mon, 10 May 2021 03:44:08 -0400 |
This is an automated email from the git hooks/post-receive script.
roelj pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ce3d05c guix: scripts system: Increase the size for generating Docker
container images.
ce3d05c is described below
commit ce3d05cc08c01351756ab5d5b7f25cfe0295c230
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Mon May 3 18:54:08 2021 +0200
guix: scripts system: Increase the size for generating Docker container
images.
* guix/scripts/system.scm: Override the default of 256.
---
guix/scripts/system.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 0a051ee..40401d7 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -717,6 +717,7 @@ checking this by themselves in their 'check' procedure."
(lower-object (system-image image)))
((docker-image)
(system-docker-image os
+ #:memory-size 1024
#:shared-network? container-shared-network?)))))
(define (maybe-suggest-running-guix-pull)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: guix: scripts system: Increase the size for generating Docker container images.,
guix-commits <=