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