aboutsummaryrefslogtreecommitdiff
path: root/priod.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'priod.conf.example')
-rw-r--r--priod.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/priod.conf.example b/priod.conf.example
new file mode 100644
index 0000000..5b74120
--- /dev/null
+++ b/priod.conf.example
@@ -0,0 +1,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
+}