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:
parent
b5a33d4ad6
commit
ce3d05cc08
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user