From 3b0644eac36602643ec36dc544d7a77120f4f72c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 10 Jan 2019 22:02:07 +0900 Subject: [PATCH] update conf --- nohang.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nohang.conf b/nohang.conf index de8b9d0..107818e 100644 --- a/nohang.conf +++ b/nohang.conf @@ -296,6 +296,9 @@ zram_max_warnings = 40 % ##################################################################### + + This settings broken! + 7. Preventing the slowing down of the program mlockall() lock ... all of the calling process's virtual address @@ -307,7 +310,7 @@ zram_max_warnings = 40 % 200 MiB. On Debian 8, Debian 9, Ubuntu 16.04 there is no such problem. Other distros is not tested. -mlockall = True +mlockall = False Установка отрицательных значений niceness и oom_score_adj требует наличия root прав. @@ -316,7 +319,7 @@ mlockall = True Valid values are integers from the range [-20; 19]. -niceness = -9 +niceness = 0 Возможно этот параметр можно убрать, потому что теперь запрет самоубийства включен по умолчанию: nohang исключает себя @@ -326,7 +329,7 @@ niceness = -9 Valid values are integers from the range [-1000; 1000]. Setting the values to -1000 will prohibit suicide. -oom_score_adj = -10 +oom_score_adj = 0 Read `man ionice` to understand the following parameters. Setting the True value requires the root privileges.