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:
Mathieu Othacehe 2022-01-06 10:43:14 +01:00
parent 67429314e4
commit 5d2b8b0ee3
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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