diff options
-rw-r--r-- | gnu/tests/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 36dbd9111f..d0efc44445 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -358,7 +358,7 @@ such as for RAID systems." (use-modules (guix build utils)) (find-files #$images-dir))))))) -(define* (qemu-command* images #:key (uefi-support? #f) (memory-size 256)) +(define* (qemu-command* images #:key (uefi-support? #f) (memory-size 384)) "Return as a monadic value the command to run QEMU with a writable overlay on top of IMAGES, a list of disk images. The QEMU VM has access to MEMORY-SIZE MiB of RAM." |