fix conf
This commit is contained in:
parent
f70a65c8f0
commit
cfea9eef8a
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user