1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

doc: Suggest 1G of RAM for the VM image.

* doc/guix.texi (Running Guix in a VM): Suggest -m 1024.
This commit is contained in:
Ludovic Courtès
2019-04-27 14:58:58 +02:00
parent ff587e0fc0
commit 68400dfafa

View File

@@ -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.