diff options
author | Roel Janssen <roel@gnu.org> | 2021-05-03 18:54:08 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2021-05-10 09:43:12 +0200 |
commit | ce3d05cc08c01351756ab5d5b7f25cfe0295c230 (patch) | |
tree | 97c3eea517e2998311222b2826227509506fa604 /guix/scripts | |
parent | b5a33d4ad6e4d52c26eb2f65e0153e395d825eaf (diff) |
guix: scripts system: Increase the size for generating Docker container images.
* guix/scripts/system.scm: Override the default of 256.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 0a051ee4e3..40401d7e03 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) |