mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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)
|
(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
|
||||||
|
|
Loading…
Reference in a new issue