Blame SOURCES/irqbalance.sysconfig

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