diff options
author | Marius Bakke <[email protected]> | 2022-09-01 23:07:33 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-01 23:07:33 +0200 |
commit | 0c518f974e64f23846ae51ea2c68b479202fdca9 (patch) | |
tree | f7052c4adfc0d3c77b41652cf4f1e4b2e594d02c /doc/guix.texi | |
parent | a38889b14d74e31c1b74c55d020445b760516c5d (diff) | |
parent | 4d361a6b5147e3f91573e9d3c8c540a233e7e142 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2473170b6b..246403bcba 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -38494,7 +38494,7 @@ image -t qcow2} on x86_64 hardware: @example $ qemu-system-x86_64 \ -nic user,model=virtio-net-pci \ - -enable-kvm -m 1024 \ + -enable-kvm -m 2048 \ -device virtio-blk,drive=myhd \ -drive if=none,file=/tmp/qemu-image,id=myhd @end example @@ -38521,7 +38521,7 @@ virtual machine support (KVM) of the Linux kernel will make things run faster. @c To run Xfce + 'guix pull', we need at least 1G of RAM. -@item -m 1024 +@item -m 2048 RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB, which may be insufficient for some operations. |