How to set ulimits in Solaris 10
Posted
by James Bradley
on Server Fault
See other posts from Server Fault
or by James Bradley
Published on 2009-06-07T08:31:36Z
Indexed on
2010/06/15
12:43 UTC
Read the original article
Hit count: 1344
I normally use pam_limits.so and /etc/security/limits.conf to set ulimits on filesize/cputime etc for the regular users logging in to my server running Ubuntu. Can anyone give the best way of doing similar with Solaris 10. I think it is done using /etc/system but have no idea what to add to the file or indeed if it is the correct file. I'm particularly interested in setting up ulimit -f without going down the .profile route.
© Server Fault or respective owner