Blame SPECS/irqbalance.sysconfig

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