Ben-Nes Michael <[EMAIL PROTECTED]> writes: > > 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 ... )
Recompile the kernel? Can you explain why rc.local (and by extension anything within initscripts, I presume) is not acceptable? After all, it is a part of the normal boot process. Whatever interface or configuration file - if any - you will use will be invoked (or read) at the init stage, I think. Normally, ulimit is invoked by /etc/profile and the equivalent, but I suppose you will consider it too late. If your system uses pam, maybe looking at /etc/security/limits.conf will help. -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= 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]
