update config

This commit is contained in:
Alexey Avramov 2020-04-03 17:51:51 +09:00
parent 8100cb2cf6
commit 18f90d7a8c
2 changed files with 21 additions and 21 deletions

View File

@ -59,9 +59,9 @@ psi_path = /proc/pressure/memory
Type: string
Valid values: some_avg10, some_avg60, some_avg300,
full_avg10, full_avg60, full_avg300
Default value: full_avg10
Default value: some_avg10
psi_metrics = full_avg10
psi_metrics = some_avg10
Key: psi_excess_duration
Description:
@ -87,17 +87,17 @@ psi_post_action_delay = 20
Description:
Type: float
Valid values: >= 100
Default value: 4000
Default value: 6000
fill_rate_mem = 4000
fill_rate_mem = 6000
Key: fill_rate_swap
Description:
Type: float
Valid values: >= 100
Default value: 1500
Default value: 2000
fill_rate_swap = 1500
fill_rate_swap = 2000
Key: fill_rate_zram
Description:
@ -228,9 +228,9 @@ soft_threshold_min_mem = 5 %
Description:
Type: float (with % or M)
Valid values: [0; 100] % or >= 0 M
Default value: 350 M
Default value: 10 %
soft_threshold_min_swap = 9 %
soft_threshold_min_swap = 10 %
Key: soft_threshold_max_zram
Description:
@ -264,9 +264,9 @@ hard_threshold_min_mem = 2 %
Description:
Type: float (with % or M)
Valid values: [0; 100] % or >= 0 M
Default value: 150 M
Default value: 4 %
hard_threshold_min_swap = 3 %
hard_threshold_min_swap = 4 %
Key: hard_threshold_max_zram
Description:

View File

@ -59,9 +59,9 @@ psi_path = /proc/pressure/memory
Type: string
Valid values: some_avg10, some_avg60, some_avg300,
full_avg10, full_avg60, full_avg300
Default value: full_avg10
Default value: some_avg10
psi_metrics = full_avg10
psi_metrics = some_avg10
Key: psi_excess_duration
Description:
@ -87,17 +87,17 @@ psi_post_action_delay = 20
Description:
Type: float
Valid values: >= 100
Default value: 4000
Default value: 6000
fill_rate_mem = 4000
fill_rate_mem = 6000
Key: fill_rate_swap
Description:
Type: float
Valid values: >= 100
Default value: 1500
Default value: 2000
fill_rate_swap = 1500
fill_rate_swap = 2000
Key: fill_rate_zram
Description:
@ -228,9 +228,9 @@ soft_threshold_min_mem = 5 %
Description:
Type: float (with % or M)
Valid values: [0; 100] % or >= 0 M
Default value: 350 M
Default value: 10 %
soft_threshold_min_swap = 9 %
soft_threshold_min_swap = 10 %
Key: soft_threshold_max_zram
Description:
@ -264,9 +264,9 @@ hard_threshold_min_mem = 2 %
Description:
Type: float (with % or M)
Valid values: [0; 100] % or >= 0 M
Default value: 150 M
Default value: 4 %
hard_threshold_min_swap = 3 %
hard_threshold_min_swap = 4 %
Key: hard_threshold_max_zram
Description:
@ -310,7 +310,7 @@ ignore_positive_oom_score_adj = False
with different badness_adj values.
Example:
@BADNESS_ADJ_RE_NAME -500 /// ^sshd$
@BADNESS_ADJ_RE_NAME 200 /// ^Web Content$
7.2.2. Matching CGroup_v1-line with RE patterns