Pages

Thursday, March 10, 2016

vCPU Hot Add and Hot Remove

To enable vCPU Hot Remove, you'll need to enable vCPU Hot Add.
I was able to do so by adding both of these settings into the VMX (or just enable Hot Add via UI and then add Hot Remove option into VM Adv Settings)
vcpu.hotadd = "TRUE"
vcpu.hotremove = "TRUE"

No comments:

Post a Comment