]> git.proxmox.com Git - pve-docs.git/commitdiff
ballooning: precise example
authorAlexander Zeidler <a.zeidler@proxmox.com>
Tue, 16 Jan 2024 15:04:52 +0000 (16:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Feb 2024 11:58:59 +0000 (12:58 +0100)
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index fa6a7721fd68f5bee167b3f4d11cbd6439a55c07..3224715570c5482508a6fa96fb4497b3854c62f6 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -688,9 +688,9 @@ database blocks in the database server RAM, you would like to prioritize the
 database VM when spare RAM is available. For this you assign a Shares property
 of 3000 to the database VM, leaving the other VMs to the Shares default setting
 of 1000. The host server has 32GB of RAM, and is currently using 16GB, leaving 32
-* 80/100 - 16 = 9GB RAM to be allocated to the VMs. The database VM will get 9 *
-3000 / (3000 + 1000 + 1000 + 1000) = 4.5 GB extra RAM and each HTTP server will
-get 1.5 GB.
+* 80/100 - 16 = 9GB RAM to be allocated to the VMs on top of their configured
+minimum memory amount. The database VM will benefit from 9 * 3000 / (3000 +
+1000 + 1000 + 1000) = 4.5 GB extra RAM and each HTTP server from 1.5 GB.
 
 All Linux distributions released after 2010 have the balloon kernel driver
 included. For Windows OSes, the balloon driver needs to be added manually and can