Ansible git move
[csit.git] / fdio.infra.ansible / roles / performance_tuning / files / irqbalance
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="{{ ansible_processor_cores | irqbalance_banned_cpu_mask(ansible_processor_count, ansible_processor_threads_per_core) }}"
21 #
22 # IRQBALANCE_ARGS
23 #    append any args here to the irqbalance daemon as documented in the man page
24 #
25 #IRQBALANCE_ARGS=