The option is intended for the percentage of host memory that pvestatd uses as the target for automatic memory allocation (ballooning).
Signed-off-by: Friedrich Weber <f.we...@proxmox.com> --- PVE/NodeConfig.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm index 5f58dff5..d9d83615 100644 --- a/PVE/NodeConfig.pm +++ b/PVE/NodeConfig.pm @@ -93,6 +93,14 @@ my $confdesc = { default => 0, optional => 1, }, + 'ballooning-target' => { + description => 'RAM usage target for ballooning (in percent of total memory)', + type => 'integer', + minimum => 0, + maximum => 100, + default => 80, + optional => 1, + }, }; my $wakeonlan_desc = { -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel