On Wed, Nov 03, 2004 at 01:43:46PM +0300, Ben-Nes Michael wrote: > > > On 02 Nov 2004 11:06:12 +0000, Oleg Goldshmidt <[EMAIL PROTECTED]> wrote: > > > > > Ben-Nes Michael <[EMAIL PROTECTED]> writes: > > > > > >> Hi All > > >> > > >> how do i raise the parameter of "max user processes" ? > > >> > > >> # ulimit -a > > >> max user processes (-u) 256 > > > > > > setrlimit(2) > > > > > > > > > How do I make it a default value when OS boot ? ( i mean not thrugh rc.local > / rc.boot ... )
One way is through /etc/initscript - read init(1). You might also want to use pam_limits through /etc/security/limits.conf. -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
