From 5d2b8b0ee31d0d9dccb880d393da29a09e1a9352 Mon Sep 17 00:00:00 2001
From: Mathieu Othacehe <othacehe@gnu.org>
Date: Thu, 6 Jan 2022 10:43:14 +0100
Subject: system: vm: Restore default RAM size to 512MB.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Restore it.
---
 gnu/system/vm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu')

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 3370df1c81..0fc9fb57f4 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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
-- 
cgit v1.2.3