]> git.proxmox.com Git - pve-docs.git/commitdiff
qm.adoc: use new screenshots
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 2 May 2018 12:34:35 +0000 (14:34 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 May 2018 12:34:35 +0000 (14:34 +0200)
images/screenshot/gui-create-vm-memory-dynamic.png [deleted file]
images/screenshot/gui-create-vm-memory-fixed.png [deleted file]
images/screenshot/gui-create-vm-memory.png [new file with mode: 0644]
qm.adoc

diff --git a/images/screenshot/gui-create-vm-memory-dynamic.png b/images/screenshot/gui-create-vm-memory-dynamic.png
deleted file mode 100644 (file)
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 (file)
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 (file)
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 60cd1ddd8211c4d918bbfa8173219aef571ab6bf..6d52c50f860cbae1cdd85ee3a33e16ec45168349 100644 (file)
--- 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.