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