Merge pull request #352 from pjps/RHBZ#1817827
RHBZ#1817827 profiles: add isolate_managed_irq & netdev_queue_count variables
This commit is contained in:
commit
31f1d0f45b
2 changed files with 38 additions and 0 deletions
|
|
@ -1,4 +1,23 @@
|
|||
#
|
||||
# Variable settings below override the definitions from the
|
||||
# /etc/tuned/realtime-variables.conf file.
|
||||
#
|
||||
# Examples:
|
||||
# isolated_cores=2,4-7
|
||||
# isolated_cores=2-23
|
||||
#
|
||||
#
|
||||
# Uncomment the 'isolate_managed_irq=Y' bellow if you want to move kernel
|
||||
# managed IRQs out of isolated cores. Note that this requires kernel
|
||||
# support. Please only specify this parameter if you are sure that the
|
||||
# kernel supports it.
|
||||
#
|
||||
# isolate_managed_irq=Y
|
||||
#
|
||||
#
|
||||
# Set the desired combined queue count value using the parameter provided
|
||||
# below. Ideally this should be set to the number of housekeeping CPUs i.e.,
|
||||
# in the example given below it is assumed that the system has 4 housekeeping
|
||||
# (non-isolated) CPUs.
|
||||
#
|
||||
# netdev_queue_count=4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,23 @@
|
|||
#
|
||||
# Variable settings below override the definitions from the
|
||||
# /etc/tuned/realtime-variables.conf file.
|
||||
#
|
||||
# Examples:
|
||||
# isolated_cores=2,4-7
|
||||
# isolated_cores=2-23
|
||||
#
|
||||
#
|
||||
# Uncomment the 'isolate_managed_irq=Y' bellow if you want to move kernel
|
||||
# managed IRQs out of isolated cores. Note that this requires kernel
|
||||
# support. Please only specify this parameter if you are sure that the
|
||||
# kernel supports it.
|
||||
#
|
||||
# isolate_managed_irq=Y
|
||||
#
|
||||
#
|
||||
# Set the desired combined queue count value using the parameter provided
|
||||
# below. Ideally this should be set to the number of housekeeping CPUs i.e.,
|
||||
# in the example given below it is assumed that the system has 4 housekeeping
|
||||
# (non-isolated) CPUs.
|
||||
#
|
||||
# netdev_queue_count=4
|
||||
|
|
|
|||
Loading…
Reference in a new issue