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