update conf

This commit is contained in:
Alexey Avramov 2019-01-10 22:02:07 +09:00
parent 24bee51161
commit 3b0644eac3

View File

@ -296,6 +296,9 @@ zram_max_warnings = 40 %
##################################################################### #####################################################################
This settings broken!
7. Preventing the slowing down of the program 7. Preventing the slowing down of the program
mlockall() lock ... all of the calling process's virtual address 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 200 MiB. On Debian 8, Debian 9, Ubuntu 16.04 there is no such
problem. Other distros is not tested. problem. Other distros is not tested.
mlockall = True mlockall = False
Установка отрицательных значений niceness и oom_score_adj Установка отрицательных значений niceness и oom_score_adj
требует наличия root прав. требует наличия root прав.
@ -316,7 +319,7 @@ mlockall = True
Valid values are integers from the range [-20; 19]. Valid values are integers from the range [-20; 19].
niceness = -9 niceness = 0
Возможно этот параметр можно убрать, потому что теперь запрет Возможно этот параметр можно убрать, потому что теперь запрет
самоубийства включен по умолчанию: nohang исключает себя самоубийства включен по умолчанию: nohang исключает себя
@ -326,7 +329,7 @@ niceness = -9
Valid values are integers from the range [-1000; 1000]. Valid values are integers from the range [-1000; 1000].
Setting the values to -1000 will prohibit suicide. Setting the values to -1000 will prohibit suicide.
oom_score_adj = -10 oom_score_adj = 0
Read `man ionice` to understand the following parameters. Read `man ionice` to understand the following parameters.
Setting the True value requires the root privileges. Setting the True value requires the root privileges.