I updated my PVE to version 9, but now on some VMs where FreePBX runs I have Full RAM problems, the VMs have 4G of total RAM, and before on version 8 it didn't exceed 50%, now the same VMs on version 9 are at 100% RAM, why does this happen?
free -h
inside the VM? I'm guessing the Linux in your VM is using the rest of the memory for buff/cache. (Maybe check if the ballooning driver is enabled inside the VM?)Please use CODE-tag. What is the VM configuration (Mem: 1,9Gi 478Mi 129Mi 7,0Mi 1,3Gi 1,3Gi
Swap: 3,3Gi 303Mi 3,1Gi
qm config
VM_ID_NUMBER)?How do I check if the ballooning driver is enabled inside the VM?
Please check that the balloon driver is enabled in the Linux kernel inside the VM: https://forum.proxmox.com/threads/linux-guests-virtio_balloon-driver.139969/post-625629
The command requires you to figure out what <XYZ> should be.when i run this command in ubuntu: cat /boot/config-<XYZ>| grep BALLOON to check if it is active, it tells me file or directory does not exist
First find the config file:What should I put in place of : XYZ? Sorry, but I'm not very familiar with Linux.
ls /boot/config*
CONFIG_MEMORY_BALLOON=y
xxx
cat /boot/config-xxx grep BALLOON[CODE]
We use essential cookies to make this site work, and optional cookies to enhance your experience.