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 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
||||||
(qemu qemu)
|
(qemu qemu)
|
||||||
(graphic? #t)
|
(graphic? #t)
|
||||||
(volatile? #t)
|
(volatile? #t)
|
||||||
(memory-size 2048)
|
(memory-size 512)
|
||||||
(mappings '())
|
(mappings '())
|
||||||
full-boot?
|
full-boot?
|
||||||
(disk-image-size
|
(disk-image-size
|
||||||
|
|
|
||||||
Reference in a new issue