Blame SOURCES/irqbalance.sysconfig

5ac222
# irqbalance is a daemon process that distributes interrupts across
5ac222
# CPUS on SMP systems. The default is to rebalance once every 10
5ac222
# seconds. This is the environment file that is specified to systemd via the
5ac222
# EnvironmentFile key in the service unit file (or via whatever method the init
5ac222
# system you're using has.
5ac222
#
5ac222
# ONESHOT=yes
5ac222
# after starting, wait for a minute, then look at the interrupt
5ac222
# load and balance it once; after balancing exit and do not change
5ac222
# it again.
5ac222
#IRQBALANCE_ONESHOT=
5ac222
5ac222
#
5ac222
# IRQBALANCE_BANNED_CPUS
5ac222
# 64 bit bitmask which allows you to indicate which cpu's should
5ac222
# be skipped when reblancing irqs. Cpu numbers which have their
5ac222
# corresponding bits set to one in this mask will not have any
5ac222
# irq's assigned to them on rebalance
5ac222
#
5ac222
#IRQBALANCE_BANNED_CPUS=
5ac222
5ac222
#
5ac222
# IRQBALANCE_ARGS
5ac222
# append any args here to the irqbalance daemon as documented in the man page
5ac222
#
5ac222
#IRQBALANCE_ARGS=
5ac222
5ac222