Hello,
Upfront, it may be that I'm seeing an odd output because I've disabled the ballooning device so I can do PCIe passthrough with this VM, but I wanted a quick sanity check.
My PVE node is currently showing No KSM usage.

I'm setting up an Ubuntu 24.04.3 VM, and just noticed that it's using a lot of Host Memory vs. what the VM itself actually reports using.
The VM itself is actually only using about a tenth of that, per free:
Is this just a consequence of the ballooning device being disabled, so that QEMU-Guest-Agent can't report usage correctly, or is there an actual potential problem here?
Upfront, it may be that I'm seeing an odd output because I've disabled the ballooning device so I can do PCIe passthrough with this VM, but I wanted a quick sanity check.

My PVE node is currently showing No KSM usage.

I'm setting up an Ubuntu 24.04.3 VM, and just noticed that it's using a lot of Host Memory vs. what the VM itself actually reports using.

The VM itself is actually only using about a tenth of that, per free:
Bash:
~$ free -m
total used free shared buff/cache available
Mem: 15971 719 14104 14 1454 15252
Swap: 2047 0 2047
Is this just a consequence of the ballooning device being disabled, so that QEMU-Guest-Agent can't report usage correctly, or is there an actual potential problem here?