forked from CachyOS/ananicy-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathananicy.conf
More file actions
28 lines (23 loc) · 764 Bytes
/
ananicy.conf
File metadata and controls
28 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 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
# It tries to move realtime task to root cgroup to be able to move it to the ananicy-cpp controlled one
# NOTE: may introduce issues, for example with polkit
cgroup_realtime_workaround = false