This commit is contained in:
Alexey Avramov 2019-06-22 12:53:06 +09:00
parent 1a234bb087
commit 2bc9a6b33e
2 changed files with 13 additions and 13 deletions

View File

@ -101,15 +101,15 @@ psi_path = /proc/pressure/memory
some_avg10 is most sensitive.
psi_metrics = full_avg10
psi_metrics = some_avg10
sigterm_psi_threshold = 85
sigkill_psi_threshold = 95
sigterm_psi_threshold = 60
sigkill_psi_threshold = 90
>= 0, float
psi_excess_duration = 60
psi_post_action_delay = 120
psi_post_action_delay = 90
###############################################################################
@ -285,7 +285,7 @@ warning_exe =
mem_min_warnings = 25 %
swap_min_warnings = 50 %
swap_min_warnings = 35 %
zram_max_warnings = 40 %
@ -293,7 +293,7 @@ psi_avg_warnings = 100
Valid values are floating-point numbers from the range [1; 300].
min_time_between_warnings = 15
min_time_between_warnings = 20
Ampersands (&) will be replaced with asterisks (*) in process
names and in commands.

View File

@ -101,15 +101,15 @@ psi_path = /proc/pressure/memory
some_avg10 is most sensitive.
psi_metrics = full_avg10
psi_metrics = some_avg10
sigterm_psi_threshold = 85
sigkill_psi_threshold = 95
sigterm_psi_threshold = 60
sigkill_psi_threshold = 90
>= 0, float
psi_excess_duration = 60
psi_post_action_delay = 120
psi_post_action_delay = 90
###############################################################################
@ -267,7 +267,7 @@ 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.
@ -285,7 +285,7 @@ warning_exe =
mem_min_warnings = 25 %
swap_min_warnings = 50 %
swap_min_warnings = 35 %
zram_max_warnings = 40 %
@ -293,7 +293,7 @@ psi_avg_warnings = 100
Valid values are floating-point numbers from the range [1; 300].
min_time_between_warnings = 15
min_time_between_warnings = 20
Ampersands (&) will be replaced with asterisks (*) in process
names and in commands.