Main Menu

Search

Oracle Virtual Server (OVS): How To Pin Virtual Machine (VM) To Specific VCPUs

Oracle Virtual Server (OVS): How To Pin Virtual Machine (VM) To Specific VCPUs

For a running VM instance, to pin it to specific VCPUs on the Dom0 Node, following command can be used.


xm vcpu-pin <VM UUID> all <range>


For e.g. if you want to pin the VM to use range 44-56 CPUs on the Dom0 node, your command will look like below.


xm vcpu-pin <VM UUID> all 44-87

No comments:

Post a Comment