irqbalance.confd 648 B

12345678910111213141516171819
  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. There is one configuration option:
  4. #
  5. # ONESHOT=yes
  6. # after starting, wait for a minute, then look at the interrupt
  7. # load and balance it once; after balancing exit and do not change
  8. # it again.
  9. ONESHOT=
  10. #
  11. # IRQ_AFFINITY_MASK
  12. # 64 bit bitmask which allows you to indicate which cpu's should
  13. # be skipped when reblancing irqs. Cpu numbers which have their
  14. # corresponding bits set to zero in this mask will not have any
  15. # irq's assigned to them on rebalance
  16. #
  17. #IRQ_AFFINITY_MASK=