mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 19:29:51 +08:00
18 lines
346 B
Plaintext
18 lines
346 B
Plaintext
config irqbalance 'irqbalance'
|
|
option enabled '0'
|
|
|
|
# Level at which irqbalance partitions cache domains.
|
|
# Default is 2 (L2$).
|
|
#option deepestcache '2'
|
|
|
|
# The default value is 10 seconds
|
|
option interval '10'
|
|
|
|
# IRQBALANCE_BANNED_CPUS, hex, like 0000ff00
|
|
option banned ''
|
|
|
|
# List of IRQ's to ignore
|
|
#list banirq '36'
|
|
#list banirq '69'
|
|
|