[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feedback needed on Apache increase MaxClients & HARD_SERVER_LIMIT on OpenBSD
* Daniel Ouellet <daniel@presscom.net> [2004-11-01 10:14]:
> MaxRequestsPerChild 10000
you like want to set this to 0 (=disable) unless you use some hughe
memory leak like mod_perl.
> 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.