qm: fix formula for ballooning

move "+" in to new line, if it set at the end of the line it will be
lost when converting to other formats. E.g. html

Signed-off-by: Mario Loderer <m.loderer@proxmox.com>
This commit is contained in:
Mario Loderer 2024-07-04 15:26:40 +02:00 committed by Aaron Lauterer
parent 413219c01a
commit f5e17ae1c6

View File

@ -703,8 +703,8 @@ 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 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 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 on top of their configured * 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 + 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. + 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 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 included. For Windows OSes, the balloon driver needs to be added manually and can