Configuring CPU Units
CPU units define how much CPU time one virtual machine or Container can receive in comparison with the other virtual machines and Containers on the Hardware Node if all the CPUs of the Hardware Node are fully used. For example, if Container 101 and the
By default, each virtual machine and Container on the Node gets 1000 CPU units. You can configure the default setting using the
# prlctl set 101 --cpuunits 2000 # prlctl set MyVM --cpuunits 2000 |
||||
|