## Path:        System/Kernel/IRQ Balancing
## Description: IRQ Balancing configuration

## Type:        string
## Default:     ""
## ServiceRestart:      birq
#
# NUMA node proximity configuration file
#
PROXIMITY_CONFIG_FILE=""

## Type:        string
## Default:     "99.00"
## ServiceRestart:      birq
#
# Threshold to consider CPU is overloaded, in percents
#
THRESHOLD=""

## Type:        string
## Default:     "95.00"
## ServiceRestart:      birq
#
# Don't move IRQs to CPUs loaded more than this limit, in percents
#
LOADLIMIT=""

## Type:        integer
## Default:     "2"
## ServiceRestart:      birq
#
# Short iteration interval (seconds). It will be used when the overloaded CPU is found.
#
INTSHORT=""

## Type:        integer
## Default:     "5"
## ServiceRestart:      birq
#
# Long iteration interval (seconds). It will be used when there is no overloaded CPUs.
#
INTLONG=""

## Type:        list(min,max,rnd)
## Default:     "rnd"
## ServiceRestart:      birq
#
# Strategy to choose IRQ to move
#
STRATEGY=""
