aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-27 14:58:58 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-27 15:08:18 +0200
commit68400dfafa7b6e85cd2d03d2b2b531df2af28bc1 (patch)
treed91b64b357a5a86798dcc5cba351b14c2c5047ce
parentff587e0fc0c7a7ba9366130acba8e349fa9a7e54 (diff)
downloadguix-68400dfafa7b6e85cd2d03d2b2b531df2af28bc1.tar
guix-68400dfafa7b6e85cd2d03d2b2b531df2af28bc1.tar.gz
doc: Suggest 1G of RAM for the VM image.
* doc/guix.texi (Running Guix in a VM): Suggest -m 1024.
-rw-r--r--doc/guix.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ddd20af256..238fe9741f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24675,7 +24675,8 @@ If your system has hardware virtualization extensions, enabling the
virtual machine support (KVM) of the Linux kernel will make things run
faster.
-@item -m 512
+@c To run Xfce + 'guix pull', we need at least 1G of RAM.
+@item -m 1024
RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB,
which may be insufficient for some operations.