Hello,
I'm trying to enable online memory up/downgrade and memory ballooning/dynamic memory allocation, but as soon as I enable "Memory" under "Options -> Hotplug" the VM gets only 895 MB of memory.
I searched the web and the forum, but found no info on why this happen.
I'm using Proxmox VE 8.4 and the VM has Debian 12 installed with a working QEMU Guest Agent. The host has an AMD Ryzen 9 6900HX and 64 GB of memory.




If I missed important informations just let me know and I will provide them.
I'm trying to enable online memory up/downgrade and memory ballooning/dynamic memory allocation, but as soon as I enable "Memory" under "Options -> Hotplug" the VM gets only 895 MB of memory.
I searched the web and the forum, but found no info on why this happen.
I'm using Proxmox VE 8.4 and the VM has Debian 12 installed with a working QEMU Guest Agent. The host has an AMD Ryzen 9 6900HX and 64 GB of memory.




Code:
root@pve01:~# cat /etc/pve/nodes/pve02/qemu-server/116.conf
agent: 1
balloon: 8192
bios: seabios
boot: order=virtio0;sata0
cores: 4
cpu: host
hotplug: disk,network,usb,memory,cpu
memory: 16384
meta: creation-qemu=9.0.0,ctime=1720039013
name: docker01
net0: virtio=00:0c:29:1a:93:ba,bridge=vmbr0
numa: 1
onboot: 1
ostype: l26
sata0: none,media=cdrom
scsihw: virtio-scsi-single
smbios1: uuid=564dde42-c068-03e6-4eb4-114d221a93ba
sockets: 1
startup: order=1
tags: replicate-15-minutes
virtio0: local-zfs:vm-116-disk-0,discard=on,iothread=1,size=100G
virtio1: local-zfs:vm-116-disk-1,discard=on,iothread=1,size=80G
vmgenid: b013bb11-1b36-4dfb-8284-e8ecd2c7d025
If I missed important informations just let me know and I will provide them.

