ananicy-rules/ananicy.conf

27 lines
604 B
Plaintext
Raw Permalink Normal View History

2023-07-26 17:17:05 +02:00
## Ananicy 2.X configuration
# Ananicy run full system scan every "check_freq" seconds
# supported values 0.01..86400
# values which have sense: 1..60
2024-03-28 23:26:54 +01:00
check_freq = 15
2023-07-26 17:17:05 +02:00
2024-03-28 23:26:54 +01:00
# Disables functionality
cgroup_load = true
type_load = true
rule_load = true
2023-07-26 17:17:05 +02:00
2024-03-28 23:26:54 +01:00
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
2023-07-26 17:17:05 +02:00
cgroup_realtime_workaround=false