summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-05-04 15:14:32 +0200
committerSimon Rettberg2021-05-04 15:14:32 +0200
commit63dd06cd18d891fd97286906afe3b4f66a15b6e3 (patch)
tree6cc8dcd2b29b1ec06bd2fc41e9d7c4f158f9a752
parent[run-virt-docker] change to new email address (diff)
downloadmltk-63dd06cd18d891fd97286906afe3b4f66a15b6e3.tar.gz
mltk-63dd06cd18d891fd97286906afe3b4f66a15b6e3.tar.xz
mltk-63dd06cd18d891fd97286906afe3b4f66a15b6e3.zip
[dnbd3-proxy-mode] Increase priority etc. of dnbd3-server
-rw-r--r--core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
index 709e0724..b5893dd0 100644
--- a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
+++ b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
@@ -10,3 +10,7 @@ Restart=always
RestartSec=3
TimeoutStopSec=10
LimitNOFILE=65536
+LimitNICE=-2
+IOSchedulingClass=best-effort
+IOSchedulingPriority=2
+OOMScoreAdjust=-100