system: vm: Restore default RAM size to 512MB.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Restore it.master
parent
67429314e4
commit
5d2b8b0ee3
|
@ -245,7 +245,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
|||
(qemu qemu)
|
||||
(graphic? #t)
|
||||
(volatile? #t)
|
||||
(memory-size 2048)
|
||||
(memory-size 512)
|
||||
(mappings '())
|
||||
full-boot?
|
||||
(disk-image-size
|
||||
|
|
Reference in New Issue