[pve-devel] [PATCH qemu-server 3/4] vmstatus: switch mem stat to PSS of VM cgroup

2025-07-09 Thread Aaron Lauterer
Instead of RSS, let's use the same PSS values as for the specific host view as default, in case this value is not overwritten by the balloon info. Signed-off-by: Aaron Lauterer --- src/PVE/QemuServer.pm | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/PVE/QemuServer.

[pve-devel] [PATCH qemu-server 3/4] vmstatus: switch mem stat to PSS of VM cgroup

2025-05-23 Thread Aaron Lauterer
Instead of RSS, let's use the same PSS values as for the specific host view as default, in case this value is not overwritten by the balloon info. Signed-off-by: Aaron Lauterer --- PVE/QemuServer.pm | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE