mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
system: vm: Restore default RAM size to 512MB.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Restore it.
This commit is contained in:
parent
67429314e4
commit
5d2b8b0ee3
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ (define* (system-qemu-image/shared-store-script os
|
|||
(qemu qemu)
|
||||
(graphic? #t)
|
||||
(volatile? #t)
|
||||
(memory-size 2048)
|
||||
(memory-size 512)
|
||||
(mappings '())
|
||||
full-boot?
|
||||
(disk-image-size
|
||||
|
|
Loading…
Reference in a new issue