In my VM config i added the following:
machine: q35,max-ram-below-4g=1G
Which in return gives the following QEMU config:
# qm showcmd 152 --pretty
/usr/bin/kvm \
-id 152 \
-name Base-Window10 \
-chardev 'socket,id=qmp,path=/var/run/qemu-server/152.qmp,server,nowait' \
-mon...