[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feedback needed on Apache increase MaxClients & HARD_SERVER_LIMIT on OpenBSD
- To: <misc@openbsd.org>
- Subject: Re: Feedback needed on Apache increase MaxClients & HARD_SERVER_LIMIT on OpenBSD
- From: "Daniel Ouellet" <daniel@presscom.net>
- Date: Mon, 1 Nov 2004 17:22:11 -0500
- Organization: PressCom, Inc
> > MaxRequestsPerChild 10000
>
> you like want to set this to 0 (=disable) unless you use some hughe
> memory leak like mod_perl.
No mod perl, I just did this to be safe in case there was a leak anywhere,
but I will follow your recommendations.
>
> > I found in my reading that the OpenBSD have HARD_SERVER_LIMIT in
> > src/include/httpd.h
> > and I may increase from 256 to may be 512 to address this issue.
>
> this has nothing to do with openbsd actually, that is default in apache
> 1.3.
>
> It is safe to increase, unless you run into pretty extreme memory
> shortage.
Tested and it works for me, and thanks to correct me here as well. I thought
it was the implementation of apache on OpenBSD that limited it to 256. I
stand corrected.
Daniel