Host: Proxmox 8.0.4, Ryzen 5700x, 64GB
Both Guest VMs: Windows 10, all latest updates. 32 GB assigned. Both with 'host' CPU type. Both same virtual SSD settings
When I run one of the VMs, and let it settle down with task manage open, I see it idling as expected. Looking at 'top' on the host I see max CPU usage of 2-4%.
If I stop that VM and start the other, it shows 20-25% CPU usage for one KVM thread.
I suppose it could be something to do with other software in the VM, however if both guest task managers show idle, I'm not sure what else would be using CPU.
Here's the config of the two:
Higher idle power VM:
This results in the CPU using 15-20W more, presumably as it never gets into a low power state.
Low idle power:
Both Guest VMs: Windows 10, all latest updates. 32 GB assigned. Both with 'host' CPU type. Both same virtual SSD settings
When I run one of the VMs, and let it settle down with task manage open, I see it idling as expected. Looking at 'top' on the host I see max CPU usage of 2-4%.
If I stop that VM and start the other, it shows 20-25% CPU usage for one KVM thread.
I suppose it could be something to do with other software in the VM, however if both guest task managers show idle, I'm not sure what else would be using CPU.
Here's the config of the two:
Higher idle power VM:
Code:
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0;net0
cores: 16
cpu: host
description: scsi1%3A local-fast%3Avm-110-disk-2,backup=0,cache=writeback,discard=on,iothread=1,size=512G,ssd=1
efidisk0: local-fast:vm-110-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:08:00,pcie=1,x-vga=1
hostpci1: 0000:0a:00.3,pcie=1,rombar=0
machine: pc-q35-8.0
memory: 32768
meta: creation-qemu=8.0.2,ctime=1690043430
name: windows10-gaming
net0: virtio=,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local-fast:vm-110-disk-1,cache=writeback,discard=on,iothread=1,size=64G,ssd=1
scsi1: local-fast:vm-110-disk-2,backup=0,cache=writeback,discard=on,iothread=1,size=512G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=...
sockets: 1
tablet: 0
vmgenid: ...
Low idle power:
Code:
qm config 111
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0;net0
cores: 16
cpu: host
efidisk0: local-lvm:vm-111-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:0a:00.3
hostpci1: 0000:08:00,pcie=1,rombar=0,x-vga=1
machine: pc-q35-8.0
memory: 32768
meta: creation-qemu=8.0.2,ctime=1690043430
net0: virtio=,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local-lvm:vm-111-disk-1,cache=writeback,discard=on,iothread=1,size=64G,ssd=1
scsihw: virtio-scsi-single
smbios1: ...
sockets: 1
vmgenid: ...