Link to home
Start Free TrialLog in
Avatar of Los Angeles1
Los Angeles1

asked on

VMWare, vCPU allocation for VM

If I have a 16 core server, and I allocate only a single VM, and that VM is only allocated 8 vCPU, ......

... will that VM run with only 8 cores, or will VMWare detect that more cores are available and steal cores and give it to the VM, therefor that VM is running with more than 8 cores ?

Thanks
Avatar of coolsport00
coolsport00
Flag of United States of America image

The VM will use what it needs at any given time. Unless you use 'CPU affinity', which is a config for a VM to use explicit CPUs, the VM will use whatever is available at any time when the VM needs compute resources. I highly recommend reading over the CPU Scheduler whitepaper:
http://www.vmware.com/files/pdf/techpaper/VMW_vSphere41_cpu_schedule_ESX.pdf

~coolsport00
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Los Angeles1
Los Angeles1

ASKER

Do the 2 posts above disagree.  The first says the scheduler will use whatever it needs, (so I assume that the VM will use extra cores that are not being utilized, even if it exceeds the limit of vCPU assigned to it)  the second says 8 vCPu means only 8 physical cores.

Am I misunderstanding your answers (I know you both generally agree, so I must misunderstand something)
if you assign 8vCPUs, the hypervisor WILL ONLY ever execute your VM on 8 Cores.

(they may not be the same cores, through the process of the execution!)

e.g. the scheduler looks at ALL cores every 20ms, you VM may run on the same 8 Cores, or it could change to another 8 Cores, but by defination of 8vCPUs, it will never be more than this.

AND, if you do not have a license to use 32 vCPUs, license restricts you to 8 Way SMP.