Update default values in configs
This commit is contained in:
parent
8e931f8f00
commit
b154dcca91
@ -54,13 +54,13 @@ psi_path = /proc/pressure/memory
|
|||||||
Type: string
|
Type: string
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
psi_metrics = some_avg10
|
psi_metrics = full_avg10
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
psi_excess_duration = 40
|
psi_excess_duration = 30
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
@ -144,7 +144,7 @@ warning_exe =
|
|||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
warning_threshold_min_mem = 20 %
|
warning_threshold_min_mem = 20 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
@ -156,13 +156,13 @@ warning_threshold_min_swap = 25 %
|
|||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
warning_threshold_max_zram = 50 %
|
warning_threshold_max_zram = 45 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
warning_threshold_max_psi = 20
|
warning_threshold_max_psi = 10
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
@ -184,37 +184,37 @@ env_cache_time = 300
|
|||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_min_mem = 6 %
|
soft_threshold_min_mem = 5 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_min_swap = 9 %
|
soft_threshold_min_swap = 350 M
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_max_zram = 60 %
|
soft_threshold_max_zram = 55 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_max_psi = 40
|
soft_threshold_max_psi = 40
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
6. Hard threshold
|
6. Hard threshold
|
||||||
|
|
||||||
hard_threshold_min_mem = 2 %
|
hard_threshold_min_mem = 2 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
hard_threshold_min_swap = 3 %
|
hard_threshold_min_swap = 150 M
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
@ -226,7 +226,7 @@ hard_threshold_max_zram = 65 %
|
|||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
hard_threshold_max_psi = 90
|
hard_threshold_max_psi = 90
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
@ -265,7 +265,7 @@ forbid_negative_badness = True
|
|||||||
Prefer terminating Firefox tabs instead of terminating the entire browser.
|
Prefer terminating Firefox tabs instead of terminating the entire browser.
|
||||||
(In Chromium and Electron-based apps child processes get oom_score_adj=300
|
(In Chromium and Electron-based apps child processes get oom_score_adj=300
|
||||||
by default.)
|
by default.)
|
||||||
@BADNESS_ADJ_RE_NAME 200 /// ^Web Content$
|
@BADNESS_ADJ_RE_NAME 100 /// ^Web Content$
|
||||||
|
|
||||||
7.3.2. Matching CGroup_v1-line with RE patterns
|
7.3.2. Matching CGroup_v1-line with RE patterns
|
||||||
|
|
||||||
@ -402,7 +402,7 @@ post_kill_exe =
|
|||||||
Type: integer
|
Type: integer
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
min_badness = 5
|
min_badness = 1
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
|
@ -54,13 +54,13 @@ psi_path = /proc/pressure/memory
|
|||||||
Type: string
|
Type: string
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
psi_metrics = some_avg10
|
psi_metrics = full_avg10
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
psi_excess_duration = 40
|
psi_excess_duration = 30
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
@ -156,13 +156,13 @@ warning_threshold_min_swap = 25 %
|
|||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
warning_threshold_max_zram = 50 %
|
warning_threshold_max_zram = 45 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
warning_threshold_max_psi = 20
|
warning_threshold_max_psi = 10
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
@ -184,19 +184,19 @@ env_cache_time = 300
|
|||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_min_mem = 6 %
|
soft_threshold_min_mem = 5 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_min_swap = 9 %
|
soft_threshold_min_swap = 350 M
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
soft_threshold_max_zram = 60 %
|
soft_threshold_max_zram = 55 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
@ -208,13 +208,13 @@ soft_threshold_max_psi = 40
|
|||||||
|
|
||||||
6. Hard threshold
|
6. Hard threshold
|
||||||
|
|
||||||
hard_threshold_min_mem = 2 %
|
hard_threshold_min_mem = 2 %
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
hard_threshold_min_swap = 3 %
|
hard_threshold_min_swap = 150 M
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float (+ % or M)
|
Type: float (+ % or M)
|
||||||
@ -226,7 +226,7 @@ hard_threshold_max_zram = 65 %
|
|||||||
Type: float
|
Type: float
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
hard_threshold_max_psi = 90
|
hard_threshold_max_psi = 90
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
@ -352,7 +352,7 @@ post_kill_exe =
|
|||||||
Type: integer
|
Type: integer
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
min_badness = 5
|
min_badness = 1
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Type: float
|
Type: float
|
||||||
|
Loading…
Reference in New Issue
Block a user