guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: system: vm: Restore default RAM size to 512MB.


From: guix-commits
Subject: branch master updated: system: vm: Restore default RAM size to 512MB.
Date: Thu, 06 Jan 2022 04:50:11 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5d2b8b0ee3 system: vm: Restore default RAM size to 512MB.
5d2b8b0ee3 is described below

commit 5d2b8b0ee31d0d9dccb880d393da29a09e1a9352
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 6 10:43:14 2022 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]