public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs] qm: fix formula for ballooning
@ 2024-07-04 13:26 Mario Loderer
  2024-07-04 13:31 ` [pve-devel] applied: " Aaron Lauterer
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Loderer @ 2024-07-04 13:26 UTC (permalink / raw)
  To: pve-devel

move "+" in to new line, if it set at the end of the line it will be
lost

Signed-off-by: Mario Loderer <m.loderer@proxmox.com>
---
 qm.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qm.adoc b/qm.adoc
index 42c26db..8369492 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -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 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
-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.
+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
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied:  [PATCH docs] qm: fix formula for ballooning
  2024-07-04 13:26 [pve-devel] [PATCH docs] qm: fix formula for ballooning Mario Loderer
@ 2024-07-04 13:31 ` Aaron Lauterer
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Lauterer @ 2024-07-04 13:31 UTC (permalink / raw)
  To: Proxmox VE development discussion, Mario Loderer



On  2024-07-04  15:26, Mario Loderer wrote:
> move "+" in to new line, if it set at the end of the line it will be
> lost
> 
> Signed-off-by: Mario Loderer <m.loderer@proxmox.com>
> ---
>   qm.adoc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied with a small addition to the commit message to make it clear 
where the plus is lost, thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-04 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-04 13:26 [pve-devel] [PATCH docs] qm: fix formula for ballooning Mario Loderer
2024-07-04 13:31 ` [pve-devel] applied: " Aaron Lauterer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal