[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: doc: Suggest 1G of RAM for the VM image.
From: |
guix-commits |
Subject: |
06/07: doc: Suggest 1G of RAM for the VM image. |
Date: |
Sat, 27 Apr 2019 09:08:29 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 68400dfafa7b6e85cd2d03d2b2b531df2af28bc1
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 27 14:58:58 2019 +0200
doc: Suggest 1G of RAM for the VM image.
* doc/guix.texi (Running Guix in a VM): Suggest -m 1024.
---
doc/guix.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index ddd20af..238fe97 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.
address@hidden -m 512
address@hidden To run Xfce + 'guix pull', we need at least 1G of RAM.
address@hidden -m 1024
RAM available to the guest OS, in mebibytes. Defaults to address@hidden,
which may be insufficient for some operations.
- branch master updated (6cd7b1b -> 6e0521e), guix-commits, 2019/04/27
- 01/07: maint: Pass '--image-size=30G' to 'guix system vm-image'., guix-commits, 2019/04/27
- 02/07: doc: Recommend virtio-blk to access the VM image., guix-commits, 2019/04/27
- 05/07: vm-image: Mention 'info guix' in the MOTD., guix-commits, 2019/04/27
- 04/07: vm-image: Add a font to the global profile., guix-commits, 2019/04/27
- 03/07: doc: Update bit about SSH in the VM., guix-commits, 2019/04/27
- 07/07: vm-image: Allow for password-less sudo., guix-commits, 2019/04/27
- 06/07: doc: Suggest 1G of RAM for the VM image.,
guix-commits <=