guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Increase VM memory size.


From: guix-commits
Subject: 01/01: doc: Increase VM memory size.
Date: Fri, 12 Jul 2019 23:26:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2a059ab9955d702bf803773bef7a218a9b6cd2da
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 13 05:20:01 2019 +0200

    doc: Increase VM memory size.
    
    * doc/guix.texi (Running Guix in a VM): Bump ‘-m‘ to 1 GiB to match its
    @item below, and have a chance of being usable, too.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 71befce..5a8ad7e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25547,7 +25547,7 @@ vm-image} on x86_64 hardware:
 @example
 $ qemu-system-x86_64 \
    -net user -net nic,model=virtio \
-   -enable-kvm -m 512 \
+   -enable-kvm -m 1024 \
    -device virtio-blk,drive=myhd \
    -drive if=none,file=/tmp/qemu-image,id=myhd
 @end example



reply via email to

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