fix conf
This commit is contained in:
parent
8701860297
commit
a00bb80148
16
nohang.conf
16
nohang.conf
@ -32,7 +32,7 @@
|
||||
See https://www.kernel.org/doc/Documentation/blockdev/zram.txt
|
||||
You maybe need to set `ignore_zram = False` if you has a big zram disksize.
|
||||
|
||||
ignore_zram = False
|
||||
ignore_zram = True
|
||||
|
||||
###############################################################################
|
||||
|
||||
@ -74,7 +74,7 @@ zram_max_sigkill = 60 %
|
||||
|
||||
Disabled by default (ignore_psi = True).
|
||||
|
||||
ignore_psi = False
|
||||
ignore_psi = True
|
||||
|
||||
Choose a path to PSI file.
|
||||
By default it monitors system-wide file: /proc/pressure/memory
|
||||
@ -109,7 +109,7 @@ sigkill_psi_threshold = 90
|
||||
>= 0, float
|
||||
psi_excess_duration = 10
|
||||
|
||||
psi_post_action_delay = 30
|
||||
psi_post_action_delay = 20
|
||||
|
||||
|
||||
###############################################################################
|
||||
@ -151,7 +151,7 @@ over_sleep = 0.05
|
||||
|
||||
Valid values are integers from the range [0; 1000].
|
||||
|
||||
min_badness = 900
|
||||
min_badness = 20
|
||||
|
||||
Valid values are non-negative floating-point numbers.
|
||||
Min delay if a victim doesn't respond to SIGTERM in 10 ms.
|
||||
@ -307,9 +307,9 @@ print_config = False
|
||||
Print memory check results.
|
||||
Valid values are True and False.
|
||||
|
||||
print_mem_check_results = True
|
||||
print_mem_check_results = False
|
||||
|
||||
min_mem_report_interval = 0
|
||||
min_mem_report_interval = 60
|
||||
|
||||
Print sleep periods between memory checks.
|
||||
Valid values are True and False.
|
||||
@ -331,9 +331,9 @@ print_proc_table = False
|
||||
|
||||
extra_table_info = cgroup_v1
|
||||
|
||||
print_victim_info = True
|
||||
print_victim_info = False
|
||||
|
||||
max_ancestry_depth = 10
|
||||
max_ancestry_depth = 1
|
||||
|
||||
separate_log = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user