[SOLVED] Not showing correct Ram for vm?

killmasta93

Renowned Member
Aug 13, 2017
983
60
93
31
Hi,
I was wondering if someone else has this issue, so i have proxmox on 5.4.3 with pfsense i gave it 4 gigs of ram to the vm but on pfSense it shows only 1 gig of ram? any ideas?

Thank you
1590196403935.png1590196425223.png
 
Hi,
I guess you have enabled memory hotplug.
If yes FreeBSD is not able to use this out of the box.

to verify please send the config.
Code:
cat /etc/pve/qemu-server/<vmid>.config
 
Hi there,
this is my config
Code:
root@prometheus:~# cat /etc/pve/qemu-server/100.conf
agent: 0
boot: cdn
bootdisk: virtio0
cores: 2
hotplug: disk,network,usb,memory,cpu
ide2: none,media=cdrom
memory: 4096
name: pfsense
net0: virtio=4A:B8:10:14:BC:81,bridge=vmbr0
net1: virtio=EE:9A:FE:09:EE:EC,bridge=vmbr1
net2: virtio=0E:25:7B:B7:E2:7C,bridge=vmbr2
numa: 1
onboot: 1
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=386a5745-0fbf-43d7-add1-9227c4c9dd39
sockets: 1
startup: order=4
virtio0: local-zfs:vm-100-disk-0,cache=writeback,size=128G
vmgenid: 56198744-2abd-454e-9ed8-e597b5329e77
 
Disable Hotplug CPU and memory this makes no sense with a router VM.
 
thanks for the reply, hmm odd i dont remember activating the hotplug for ram and CPU, im going to deactivate later today as im guessing i need to turn off the firewall or could i do it while it on?
 
For this change, you have to turn off the VM and start it again.
The kvm process must be killed to start with these new parameters.
 
  • Like
Reactions: killmasta93
thanks your right disable those two so odd that it had it activated, so in theory its not good to have the hotplug activated?