diff --git a/images/screenshot/gui-create-vm-memory-dynamic.png b/images/screenshot/gui-create-vm-memory-dynamic.png deleted file mode 100644 index 951de56..0000000 Binary files a/images/screenshot/gui-create-vm-memory-dynamic.png and /dev/null differ diff --git a/images/screenshot/gui-create-vm-memory-fixed.png b/images/screenshot/gui-create-vm-memory-fixed.png deleted file mode 100644 index 1e5de25..0000000 Binary files a/images/screenshot/gui-create-vm-memory-fixed.png and /dev/null differ diff --git a/images/screenshot/gui-create-vm-memory.png b/images/screenshot/gui-create-vm-memory.png new file mode 100644 index 0000000..207235e Binary files /dev/null and b/images/screenshot/gui-create-vm-memory.png differ diff --git a/qm.adoc b/qm.adoc index 60cd1dd..6d52c50 100644 --- a/qm.adoc +++ b/qm.adoc @@ -418,7 +418,7 @@ For each VM you have the option to set a fixed size memory or asking host. .Fixed Memory Allocation -[thumbnail="gui-create-vm-memory-fixed.png"] +[thumbnail="gui-create-vm-memory.png"] When setting memory and minimum memory to the same amount {pve} will simply allocate what you specify to your VM. @@ -435,10 +435,9 @@ it (e.g. for debugging purposes), simply uncheck in the configuration. .Automatic Memory Allocation -[thumbnail="gui-create-vm-memory-dynamic.png", float="left"] // see autoballoon() in pvestatd.pm -When setting the minimum memory lower that the memory, {pve} will make sure that the +When setting the minimum memory lower than 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.