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