From cfea9eef8a2bd6ab72c31f30c7a2790e0b8f8672 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 14 Jul 2019 01:43:57 +0900 Subject: [PATCH] fix conf --- my_desktop.conf | 4 +++- nohang.conf | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/my_desktop.conf b/my_desktop.conf index 2439ac9..d1edf8c 100644 --- a/my_desktop.conf +++ b/my_desktop.conf @@ -341,7 +341,9 @@ print_victim_info = True print_victim_cmdline = True -max_ancestry_depth = 5 +max_ancestry_depth = 4 + +debug_gui_notifications = False separate_log = True diff --git a/nohang.conf b/nohang.conf index 296a105..1b5ef4f 100644 --- a/nohang.conf +++ b/nohang.conf @@ -267,12 +267,12 @@ oom_score_adj_max = 0 - OOM prevention results and - low memory warnings -gui_notifications = True +gui_notifications = False Enable GUI notifications about the low level of available memory. Valid values are True and False. -gui_low_memory_warnings = True +gui_low_memory_warnings = False Execute the command instead of sending GUI notifications if the value is not empty line. For example: @@ -305,7 +305,7 @@ min_time_between_warnings = 20 Display the configuration when the program starts. Valid values are True and False. -print_config = True +print_config = False Print memory check results. Valid values are True and False.