Blame SOURCES/irqbalance.sysconfig

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