Hi Sean,
I put it into /etc/init.d/apache2.
How can I control if the ulimit is now 2048.
If I do "ulimit -n" after restarting the apache it still shows 1024.

Olli

> -----Ursprüngliche Nachricht-----
> Von: Sean Conner [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 29. Juli 2005 19:18
> An: users@httpd.apache.org
> Betreff: Re: AW: AW: [EMAIL PROTECTED] Too many open files ...
> 
> 
> It was thus said that the Great Oliver Kirchel once stated:
> > 
> > Hi,
> > how can I raise the files per process. If I do "umilit -n" it shows 
> > 1024. Maybe its to less.
> 
>   You give "ulimit -n" a value, like "ulimit -n 2048".  What 
> I did was I found the startup script (usually something like 
> "/etc/init.d/httpd" and add the ulimit command just before 
> the webserver is started.
> 
>   -spc (The other thing I've done is figure out if every 
> sites *really*
>       needs a separate error_log, and if not, combine them all into a
>       single file ... )
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project. See 
> <URL:http://httpd.apache.org/userslist.html> for more info. 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to