profile.d/:
#################### #limit amount of virtula memory, #CPU time and number of processes #used by normal users. # if [ $UID -ge 500 ] then ulimit -m 1000000 ulimit -v 1000000 ulimit -u 150 fi #####################
With this script, I am able to survive http://www.bigbold.com/snippets/posts/show/78