3 |
- |
1 |
# irqbalance is a daemon process that distributes interrupts across
|
|
|
2 |
# CPUS on SMP systems. The default is to rebalance once every 10
|
|
|
3 |
# seconds. This is the environment file that is specified to systemd via the
|
|
|
4 |
# EnvironmentFile key in the service unit file (or via whatever method the init
|
|
|
5 |
# system you're using has.
|
|
|
6 |
#
|
|
|
7 |
# ONESHOT=yes
|
|
|
8 |
# after starting, wait for a minute, then look at the interrupt
|
|
|
9 |
# load and balance it once; after balancing exit and do not change
|
|
|
10 |
# it again.
|
|
|
11 |
#IRQBALANCE_ONESHOT=
|
|
|
12 |
|
|
|
13 |
#
|
|
|
14 |
# IRQBALANCE_BANNED_CPUS
|
|
|
15 |
# 64 bit bitmask which allows you to indicate which cpu's should
|
|
|
16 |
# be skipped when reblancing irqs. Cpu numbers which have their
|
|
|
17 |
# corresponding bits set to one in this mask will not have any
|
|
|
18 |
# irq's assigned to them on rebalance
|
|
|
19 |
#
|
|
|
20 |
#IRQBALANCE_BANNED_CPUS=
|
|
|
21 |
|
|
|
22 |
#
|
|
|
23 |
# IRQBALANCE_ARGS
|
|
|
24 |
# append any args here to the irqbalance daemon as documented in the man page
|
|
|
25 |
#
|
|
|
26 |
#IRQBALANCE_ARGS=
|
|
|
27 |
|
|
|
28 |
|