confusion in processor settings

Maher Khalil

Member
Jul 11, 2021
232
10
23
44
Hello
I have confusion in processor settings
my actual server have 1 socket with 16 cores
in VM can I put sockets to 2 which is higher that the actual server sockets
so can do like this in VM
sockets = 2
cores = 2
so vCPU = 4
CPU LIMIT = 0.4
CPU UNITS = 1024
OR WILL BE PROBLEM LIKE LOADS OR ANYTHING ELSE?
 
you can do it, but why would you want to? it depends very much on the guest and workload if this has an impact on performance.
recommended is to use the same layout the host hast. 1 host socket -> 1 socket for the vm

CPU LIMIT = 0.4
this means that you limit the total cpu consumption of the vm to 40% of one core, is that really what you want?