On PVE 7.2-3, I created VM (linux Debian) with 4 GB of memory for example (or more), but inside the VM, this is only 915 MB.
Here, we can see the correct value : DirectMap2M, about 4 GB.
I tried both balloning : off and on.
I really don't understand.
If someone could help me, it would be great.
Bash:
debian@test:~$ free -mh
total used free shared buff/cache available
Mem: 915Mi 113Mi 759Mi 0.0Ki 42Mi 712Mi
Swap: 0B 0B 0B
debian@test:~$ egrep "MemTotal|DirectMap2M" /proc/meminfo
MemTotal: 937244 kB
DirectMap2M: 4128768 kB
Here, we can see the correct value : DirectMap2M, about 4 GB.
I tried both balloning : off and on.
I really don't understand.
If someone could help me, it would be great.