blob: 5b74120b3b40a0af4b1ecb6e52e1ebc97e767692 (
plain)
1
2
3
4
5
6
7
8
9
|
# The command name can be a basename or a full path
"Xorg" = {
# OOM killer favorization (-1000..1000)
oom_score_adj = -500
# CPU scheduling priority (-20..19)
prio = -5
# I/O scheduling priority (0..7)
ioprio = 0
}
|