[Thinlinc-technical] Red Hat ulimit

Christian Nygaard chris at math.uu.se
Thu Mar 16 21:42:20 CET 2006


Följande script är praktiskt att ha som skydd mot användare som äter upp 
för mycket systemresurser.

/etc/profile.d/ulimit.sh

#limit CPU time to stop runaway Firefox/Mozilla
#limit virtual memory size to 1 gigabyte!
#limit max number processes 500
if [ $UID -ge 110 ]
then
    ulimit -t 14400
    ulimit -v 1024758
    ulimit -u 500
fi


//Christian 
_______________________________________________________________
 Christian Nygaard, Sysadmin     Room:   3:456
 Department of Mathematics,      Phone:  +46 (0)18 - 471 32 37
 Uppsala University.	         Fax:    +46 (0)18 - 471 32 01
===============================================================


More information about the Thinlinc-technical mailing list