27 lines
604 B
Plaintext
27 lines
604 B
Plaintext
## Ananicy 2.X configuration
|
|
# Ananicy run full system scan every "check_freq" seconds
|
|
# supported values 0.01..86400
|
|
# values which have sense: 1..60
|
|
check_freq = 15
|
|
|
|
# Disables functionality
|
|
cgroup_load = true
|
|
type_load = true
|
|
rule_load = true
|
|
|
|
apply_nice = true
|
|
apply_latnice = true
|
|
apply_ionice = true
|
|
apply_sched = true
|
|
apply_oom_score_adj = true
|
|
apply_cgroup = true
|
|
|
|
# Loglevel
|
|
# supported values: trace, debug, info, warn, error, critical
|
|
loglevel = info
|
|
|
|
# If enabled it does log task name after rule matched and got applied to the task
|
|
log_applied_rule = false
|
|
|
|
cgroup_realtime_workaround=false
|