Skip to content

Commit

Permalink
docs: describe preferIsolCpus
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov committed Jul 3, 2024
1 parent 2478cf9 commit 56cbc96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/resource-policy/policy/balloons.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ Balloons policy parameters:
preferring exclusive CPUs, as long as there are enough free
CPUs. The default is `false`: prefer filling and inflating
existing balloons over creating new ones.
- `preferIsolCpus`: if `true`, prefer system isolated CPUs for this
balloon. If the workload increases and requires more isolated CPUs
than are available, the balloon will inflate by taking additional
non-isolated CPUs as well. The default is `false`: don't prefer
isoleted CPUs.
- `shareIdleCPUsInSame`: Whenever the number of or sizes of balloons
change, idle CPUs (that do not belong to any balloon) are reshared
as extra CPUs to containers in balloons with this option. The value
Expand Down

0 comments on commit 56cbc96

Please sign in to comment.