BKP-ONE / BPK-TWO is VM backup storage proxmox backup serverVocê talvez use ZFS (BKP-ONE / BPK-TWO?) ou você habilitou um modo de cache para seus VMs outros então "nenhum"?
free -h
,top
earc_summary
podem ajudar a ver o que está acontecendo.
Does it mean it's normal?Thats the display of the VM. Since most modern Operating Systems use their 'free' RAM for caching, the VM shows a high RAM usage.
Generaly, the Hypervisor can't differentiate 'from the outside' whether thos 95% of RAM are actually in use for programs inside the VM or just kept 'warm' by the OS for caching.
The VM is Linux UbuntuJup., thats normal. OSs will eat every bit of RAM you throw at them.
In case thats a Windows VM you should install the virtio drovers and the QEMU guest agent. With that it won't show cached RAM as used RAM.
Enable the balloon device (even when not using it) in the VM settings and install the QEMU guest agent (The VM is Linux Ubuntu
sudo apt install qemu-guest-agent
) in Ubuntu and enable it in the VM settings. And stop and restart the VM.