From 1fa6f95135cfec036d7f3104816ff2c00208f54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 5 Jul 2017 20:57:56 +0200 Subject: priod: systemd unit, configuration --- priod.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 priod.conf.example (limited to 'priod.conf.example') 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 +} -- cgit v1.2.3