Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncs config with ananicy-cpp #65

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions ananicy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
# 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

check_disks_schedulers=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: Maybe we should disable that?
cgroup_realtime_workaround = true