Help me understand how Xen vCPU/CPU works

Posted by luckytaxi on Server Fault See other posts from Server Fault or by luckytaxi
Published on 2011-06-28T22:33:27Z Indexed on 2011/06/29 0:23 UTC
Read the original article Hit count: 221

Filed under:

Say I have a Dual-Core server, that's 4 cores w/ two physical processors.

I read numerous articles that states the dom0 should get one physical core to itself. By core, does that mean a single CPU core or one of the 4 logical cores? Ideally I would like to dedicate a single CPU core (2 logical) to the dom0. Then I would give the other CPU split between the 3 VMs. I've seen examples where ppl would assign more than the available number of cores to a VM and I don't know what good that would do. I mean, why would I want to assign 4 vCPU to a single VM when I only have 2 available (if my math is correct)? I assume I only have 2 available from the one core as I've given dom0 a CPU to itself.

© Server Fault or respective owner

Related posts about xen