diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-04-27 14:58:58 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-27 15:08:18 +0200 |
| commit | 68400dfafa7b6e85cd2d03d2b2b531df2af28bc1 (patch) | |
| tree | d91b64b357a5a86798dcc5cba351b14c2c5047ce | |
| parent | ff587e0fc0c7a7ba9366130acba8e349fa9a7e54 (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.texi | 3 |
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 | |||
| 24675 | virtual machine support (KVM) of the Linux kernel will make things run | 24675 | virtual machine support (KVM) of the Linux kernel will make things run |
| 24676 | faster. | 24676 | faster. |
| 24677 | 24677 | ||
| 24678 | @item -m 512 | 24678 | @c To run Xfce + 'guix pull', we need at least 1G of RAM. |
| 24679 | @item -m 1024 | ||
| 24679 | RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB, | 24680 | RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB, |
| 24680 | which may be insufficient for some operations. | 24681 | which may be insufficient for some operations. |
| 24681 | 24682 | ||
