realtime: set unboud workqueues cpumask
The latest RHEL and RT kernels got support for setting the cpumask of unbound workqueues in sysfs (https://bugzilla.redhat.com/show_bug.cgi?id=1176155). This patch sets the unbound workqueues cpumask to the list of non-isolated cores for the real-time profiles. Patch from Luiz Capitulino <lcapitulino@redhat.com> Resolves: rhbz#1259043 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
239fb78992
commit
5a5986bd8b
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ vm.stat_interval = 10
|
|||
|
||||
[sysfs]
|
||||
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
|
||||
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
|
||||
/sys/devices/system/machinecheck/machinecheck*/ignore_ce = 1
|
||||
|
||||
[bootloader]
|
||||
|
|
|
|||
Loading…
Reference in a new issue