Update config: set psi_checking_enabled=True in nohang_desktop.conf

This commit is contained in:
Alexey Avramov 2020-02-01 03:49:21 +09:00
parent bc1bb3c0ea
commit 37e93d0816
2 changed files with 13 additions and 13 deletions

View File

@ -42,7 +42,7 @@ zram_checking_enabled = False
Type: boolean Type: boolean
Valid values: True and False Valid values: True and False
psi_checking_enabled = False psi_checking_enabled = True
Description: Description:
Type: string Type: string
@ -60,13 +60,13 @@ psi_metrics = some_avg10
Type: float Type: float
Valid values: Valid values:
psi_excess_duration = 60 psi_excess_duration = 40
Description: Description:
Type: float Type: float
Valid values: Valid values:
psi_post_action_delay = 60 psi_post_action_delay = 20
############################################################################### ###############################################################################
@ -162,13 +162,13 @@ warning_threshold_max_zram = 50 %
Type: float Type: float
Valid values: Valid values:
warning_threshold_max_psi = 100 warning_threshold_max_psi = 20
Description: Description:
Type: float Type: float
Valid values: Valid values:
min_post_warning_delay = 30 min_post_warning_delay = 60
Description: Description:
Type: float Type: float
@ -202,7 +202,7 @@ soft_threshold_max_zram = 60 %
Type: float Type: float
Valid values: Valid values:
soft_threshold_max_psi = 60 soft_threshold_max_psi = 40
############################################################################### ###############################################################################
@ -226,7 +226,7 @@ hard_threshold_max_zram = 65 %
Type: float Type: float
Valid values: Valid values:
hard_threshold_max_psi = 80 hard_threshold_max_psi = 90
############################################################################### ###############################################################################

View File

@ -60,13 +60,13 @@ psi_metrics = some_avg10
Type: float Type: float
Valid values: Valid values:
psi_excess_duration = 60 psi_excess_duration = 40
Description: Description:
Type: float Type: float
Valid values: Valid values:
psi_post_action_delay = 60 psi_post_action_delay = 20
############################################################################### ###############################################################################
@ -162,13 +162,13 @@ warning_threshold_max_zram = 50 %
Type: float Type: float
Valid values: Valid values:
warning_threshold_max_psi = 100 warning_threshold_max_psi = 20
Description: Description:
Type: float Type: float
Valid values: Valid values:
min_post_warning_delay = 30 min_post_warning_delay = 60
Description: Description:
Type: float Type: float
@ -202,7 +202,7 @@ soft_threshold_max_zram = 60 %
Type: float Type: float
Valid values: Valid values:
soft_threshold_max_psi = 60 soft_threshold_max_psi = 40
############################################################################### ###############################################################################
@ -226,7 +226,7 @@ hard_threshold_max_zram = 65 %
Type: float Type: float
Valid values: Valid values:
hard_threshold_max_psi = 80 hard_threshold_max_psi = 90
############################################################################### ###############################################################################