qm.adoc: use new screenshots

This commit is contained in:
Dietmar Maurer 2018-05-02 14:34:35 +02:00
parent 77209782a4
commit 58e04593ac
4 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -418,7 +418,7 @@ For each VM you have the option to set a fixed size memory or asking
host. host.
.Fixed Memory Allocation .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 When setting memory and minimum memory to the same amount
{pve} will simply allocate what you specify to your VM. {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. in the configuration.
.Automatic Memory Allocation .Automatic Memory Allocation
[thumbnail="gui-create-vm-memory-dynamic.png", float="left"]
// see autoballoon() in pvestatd.pm // 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 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 the host is below 80%, will dynamically add memory to the guest up to the
maximum memory specified. maximum memory specified.