Now I see this in logs: sending SIGTERM when mem <= 11 % and swap <= 100 %, SIGKILL when mem <= 10 % and swap <= 100 % Previously was SIGKILL when mem <= 5 % and swap <= 50 % Which did not work for me.