summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-13 05:20:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-13 05:26:01 +0200
commit2a059ab9955d702bf803773bef7a218a9b6cd2da (patch)
tree229e1e5bd2070f19d2dc5ff898df09111243040c /doc
parentffae5a7946912ffd69dd4b608576cf2d75931fb2 (diff)
downloadguix-patches-2a059ab9955d702bf803773bef7a218a9b6cd2da.tar
guix-patches-2a059ab9955d702bf803773bef7a218a9b6cd2da.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 71befcef5c..5a8ad7ebda 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