From 0dcaf5cfc529f0ce31af46d4f3039f4b7dbebb9b Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 3 May 2021 18:54:08 +0200 Subject: [PATCH] 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 0a051ee4e3..a25e0dac52 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) -- 2.31.1