This commit is contained in:
Alexey Avramov 2019-07-14 01:43:57 +09:00
parent f70a65c8f0
commit cfea9eef8a
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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.