]> git.proxmox.com Git - pve-docs.git/commitdiff
fix wording for new memory dialog for qemu
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 5 Apr 2018 14:03:57 +0000 (16:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 6 Apr 2018 09:22:02 +0000 (11:22 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 5fba4635ad75a6274619da6f99983773141827f0..c430d171e3e20c791d55e3f878bcb5df59615163 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -420,15 +420,15 @@ host.
 .Fixed Memory Allocation
 [thumbnail="gui-create-vm-memory-fixed.png"]
 
-When choosing a *fixed size memory* {pve} will simply allocate what you
-specify to your VM.
+When setting memory and minimum memory to the same amount
+{pve} will simply allocate what you specify to your VM.
 
 Even when using a fixed memory size, the ballooning device gets added to the
 VM, because it delivers useful information such as how much memory the guest
 really uses.
 In general, you should leave *ballooning* enabled, but if you want to disable
 it (e.g. for debugging purposes), simply uncheck
-*Ballooning* or set
+*Ballooning Device* or set
 
  balloon: 0
 
@@ -438,7 +438,7 @@ in the configuration.
 [thumbnail="gui-create-vm-memory-dynamic.png", float="left"]
 
 // see autoballoon() in pvestatd.pm
-When choosing to *automatically allocate memory*, {pve} will make sure that the
+When setting the minimum memory lower that the memory, {pve} will make sure that the
 minimum amount you specified is always available to the VM, and if RAM usage on
 the host is below 80%, will dynamically add memory to the guest up to the
 maximum memory specified.