Just explain what isolated_cores= is for and recommend to only have one isolated_cores= line to avoid wrong system configuration. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
18 lines
613 B
Text
18 lines
613 B
Text
#
|
|
# Core isolation
|
|
#
|
|
# The 'isolated_cores=' variable below controls which cores should be
|
|
# isolated. By default we reserve 1 core per socket for housekeeping
|
|
# and isolate the rest. But you can isolate any range as shown in the
|
|
# examples below. Just remember to keep only one isolated_cores= line.
|
|
#
|
|
# Examples:
|
|
# isolated_cores=2,4-7
|
|
# isolated_cores=2-23
|
|
#
|
|
# Reserve 1 core per socket for housekeeping, isolate the rest.
|
|
# Change this for a core list or range as shown above.
|
|
isolated_cores=${f:calc_isolated_cores:1}
|
|
|
|
# To disable the kernel load balancing in certain isolated CPUs:
|
|
# no_balance_cores=5-10
|