Tags: apps, box, limit, operating, scripts, software, solaris, sun, sun5, system, ulimit, user, v440, value
How to limit a ulimit value per user
On Software » Solaris Operating System
627 words with 1 Comments; publish: Thu, 15 Nov 2007 10:01:00 GMT; (400108.40, « »)
All,
My SUN box is v440 and using SUN5.8.
In one of my apps, there is 'ulimit -nS 1024' value in scripts.
What I want to know is where the value of user's limitation in configuration files ?
Or how could I do that ?
In linux, it seems to be set in /etc/security/limits.conf file. right ?
If so, which file is function as the same as above ?
http://solaris.itags.org/q_solaris_673.html
All Comments
Leave a comment...
- 1 Comments

- number of file descriptors is in /etc/system/etc/systemset rlim_fd_max= <somevalue> hard limitset rlim_fd_cur= <somevalue> soft limitchange the /etc/system entry and then reboot to take effect -#1; Fri, 13 Jul 2007 00:34:00 GMT