]> git.proxmox.com Git - pve-docs.git/commit
qm: multiqueue specify that it needs to be vCPUs not cores
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 21 Mar 2024 15:50:43 +0000 (16:50 +0100)
committerAaron Lauterer <a.lauterer@proxmox.com>
Thu, 21 Mar 2024 16:22:08 +0000 (17:22 +0100)
commit3d565359211405847a7a0d9aba35e43d7604e433
treed97d7f391324eb27d32fcc063a09ab6fe77beea1
parentaefdf31cbc91a53fad2dcd98fbce778777411a4a
qm: multiqueue specify that it needs to be vCPUs not cores

total number of cores != vCPUs if there is more than one socket
configured. according to the redhat docs it should be vCPUs not cores:

> Multi-queue virtio-net provides the greatest performance benefit when:
> [..]
> - The number of queues is equal to the number of vCPUs.

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_tuning_and_optimization_guide/sect-virtualization_tuning_optimization_guide-networking-techniques#sect-Virtualization_Tuning_Optimization_Guide-Networking-Multi-queue_virtio-net
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
qm.adoc