mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
vm: Ask QEMU for more RAM in the VM that makes ISO9660 images.
* gnu/system/vm.scm (iso9660-image): Pass #:memory-size to 'expression->derivation-in-linux-vm'.
This commit is contained in:
parent
391e0d65d7
commit
45c0d1d790
1 changed files with 4 additions and 1 deletions
|
@ -321,7 +321,10 @@ (define schema
|
|||
|
||||
#:make-disk-image? #f
|
||||
#:single-file-output? #t
|
||||
#:references-graphs inputs))
|
||||
#:references-graphs inputs
|
||||
|
||||
;; Xorriso seems to be quite memory-hungry, so increase the VM's RAM size.
|
||||
#:memory-size 512))
|
||||
|
||||
(define* (qemu-image #:key
|
||||
(name "qemu-image")
|
||||
|
|
Loading…
Reference in a new issue