[~] Refactor

This commit is contained in:
Siarhei Siniak 2022-01-19 16:54:44 +03:00
parent 77238c6eca
commit e25f8c18ba

@ -199,10 +199,9 @@ def eternal_oom():
t4 = lambda : os.kill(t9['PID_x'][0], signal.SIGKILL) t4 = lambda : os.kill(t9['PID_x'][0], signal.SIGKILL)
t10 = lambda : mem_used > 3 * 1024 * 1024 t10 = lambda : mem_used > 3 * 1024 * 1024
if t10(): if t10():
import pandas
pprint.pprint([ pprint.pprint([
'Killing', 'Killing',
pandas_row(t9, 0), t9,
mem_used, mem_used,
]) ])
t4() t4()