[pve-devel] applied-series: [PATCH manager 1/4] node: options: add config option for ballooning target

Thomas Lamprecht t.lamprecht at proxmox.com
Sat Apr 5 18:21:28 CEST 2025


Am 12.03.25 um 16:15 schrieb Friedrich Weber:
> 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.weber at proxmox.com>
> ---
>  PVE/NodeConfig.pm | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
>

applied series, thanks!

Simplified the renderes of node config options in a follow-up.
As we have that `value === undefined ? fallback : value` pattern quite
often it might be good to add a common helper for that, and there I'd
be fine with unconditionally using htmlEncode.




More information about the pve-devel mailing list