Honestly, I don't really know.
- Editor text, I use vim.
 - Sshd init service file, It usually exist at /etc/rc.d/init.d/sshd.
 
- Open the sshd init service file !
 - Find line contains 
echo '-16' > /proc/${pid}/oom_score_adj! - Change the line into 
echo -n '-16' > /proc/${pid}/oom_score_adj! - Try run the init service !