From e37d2b64763bcfa12fe07f5884a4960002fa2fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Fri, 17 Feb 2017 10:54:18 +0100 Subject: [PATCH] give mysql a higher run priority, fixes #20496 --- 2.Common_services/3.MySQL/override.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/2.Common_services/3.MySQL/override.conf b/2.Common_services/3.MySQL/override.conf index 23c58a79..41ac9988 100644 --- a/2.Common_services/3.MySQL/override.conf +++ b/2.Common_services/3.MySQL/override.conf @@ -1,3 +1,4 @@ [Service] LimitNOFILE=500000 LimitMEMLOCK=infinity +Nice=-1 -- GitLab