mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
docs: Update docs for cpu_shares setting
* tools/virsh.pod
This commit is contained in:
parent
16be54e898
commit
8168285b45
@ -566,7 +566,9 @@ Xen (credit scheduler): weight, cap
|
||||
|
||||
ESX (allocation scheduler): reservation, limit, shares
|
||||
|
||||
B<Note>: The cpu_shares parameter has a valid value range of 0-262144.
|
||||
B<Note>: The cpu_shares parameter has a valid value range of 0-262144; Negative
|
||||
values are wrapped to positive, and larger values are capped at the maximum.
|
||||
Therefore, -1 is a useful shorthand for 262144.
|
||||
|
||||
B<Note>: The weight and cap parameters are defined only for the
|
||||
XEN_CREDIT scheduler and are now I<DEPRECATED>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user