From 0f3e0349b73208679269cfaed73ef127cfbd6d70 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 28 Mar 2024 22:26:54 +0000 Subject: [PATCH] Update ananicy.conf --- ananicy.conf | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/ananicy.conf b/ananicy.conf index 5724c2b..688fdd1 100644 --- a/ananicy.conf +++ b/ananicy.conf @@ -2,20 +2,25 @@ # Ananicy run full system scan every "check_freq" seconds # supported values 0.01..86400 # values which have sense: 1..60 -check_freq=15 +check_freq = 15 -# Verbose msg: true/false -cgroup_load=true -type_load=true -rule_load=true +# Disables functionality +cgroup_load = true +type_load = true +rule_load = true -apply_nice=true -apply_latnice=true -apply_ioclass=true -apply_ionice=true -apply_sched=true -apply_oom_score_adj=true -apply_cgroup=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 -check_disks_schedulers=true cgroup_realtime_workaround=false