This commit is contained in:
Alexey Avramov 2019-03-24 07:10:09 +09:00
parent 3427fe459a
commit bb1016896f

6
nohang
View File

@ -2132,8 +2132,7 @@ while True:
mem_info = 'PSI avg value ({}) > sigkill_psi_threshold ({})'.format( mem_info = 'PSI avg value ({}) > sigkill_psi_threshold ({})'.format(
psi_avg_value, sigkill_psi_threshold) psi_avg_value, sigkill_psi_threshold)
# implement_corrective_action(SIGKILL) implement_corrective_action(SIGKILL)
print('implement!')
psi_t0 = time() psi_t0 = time()
continue continue
@ -2143,8 +2142,7 @@ while True:
mem_info = 'PSI avg value ({}) > sigterm_psi_threshold ({})'.format( mem_info = 'PSI avg value ({}) > sigterm_psi_threshold ({})'.format(
psi_avg_value, sigterm_psi_threshold) psi_avg_value, sigterm_psi_threshold)
# implement_corrective_action(SIGTERM) implement_corrective_action(SIGTERM)
print('implement!')
psi_t0 = time() psi_t0 = time()
continue continue