From a00bb80148365b677910b0d225ce6b45bb88d64b Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 4 Jun 2019 09:52:07 +0900 Subject: [PATCH] fix conf --- nohang.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nohang.conf b/nohang.conf index c704dc5..726de94 100644 --- a/nohang.conf +++ b/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