summaryrefslogtreecommitdiff
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)
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 ddd20af256d..238fe9741fa 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24675,7 +24675,8 @@ If your system has hardware virtualization extensions, enabling the
24675virtual machine support (KVM) of the Linux kernel will make things run 24675virtual machine support (KVM) of the Linux kernel will make things run
24676faster. 24676faster.
24677 24677
24678@item -m 512 24678@c To run Xfce + 'guix pull', we need at least 1G of RAM.
24679@item -m 1024
24679RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB, 24680RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB,
24680which may be insufficient for some operations. 24681which may be insufficient for some operations.
24681 24682