From 5ccc864876e5dc3fbd433f1854e16b47dd4b8b3b Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 19 Dec 2021 17:00:15 +0100 Subject: [PATCH] lower io and cpu scheduling policies --- alhp.service | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alhp.service b/alhp.service index 27d16e5..c63b486 100644 --- a/alhp.service +++ b/alhp.service @@ -12,6 +12,10 @@ TimeoutStopSec=5min MemoryHigh=30G CPUQuota=700% Nice=15 +CPUSchedulingPolicy=batch +IOSchedulingClass=best-effort +IOSchedulingPriority=7 +IOWeight=100 [Install] WantedBy=multi-user.target \ No newline at end of file