RAM problems with version 9

Oct 9, 2024
209
5
18
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?
 
Last edited:
  • Like
Reactions: Johannes S
What is the output of 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?)
 
What should I put in place of : XYZ? Sorry, but I'm not very familiar with Linux.
First find the config file:
Code:
ls /boot/config*
Then check if
Code:
CONFIG_MEMORY_BALLOON=y
where
Code:
xxx
is the number you found before:
Code:
cat /boot/config-xxx  grep BALLOON[CODE]
 
Last edited: