From 49d6eb406b968f8babc0b668aadb33a5af4f9407 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 31 Aug 2019 12:42:15 +0900 Subject: [PATCH] update nohang.service --- nohang.service.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nohang.service.in b/nohang.service.in index 479000e..1e16c27 100644 --- a/nohang.service.in +++ b/nohang.service.in @@ -4,11 +4,9 @@ Documentation=man:nohang(1) https://github.com/hakavlad/nohang [Service] ExecStart=:TARGET_BIN:/nohang --config :TARGET_CONF:/nohang/nohang.conf -Slice=nohang.slice Restart=always KillMode=mixed -MemoryMax=100M -TasksMax=50 +OOMPolicy=continue Nice=-15 CPUSchedulingResetOnFork=true