guix: scripts system: Increase the size for generating Docker container images.

* guix/scripts/system.scm: Override the default of 256.
This commit is contained in:
Roel Janssen 2021-05-03 18:54:08 +02:00
parent b5a33d4ad6
commit ce3d05cc08
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 1 additions and 0 deletions

View File

@ -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)