Le 24/08/2018 à 21:59, Campbell, Lance a écrit :
Apache
MPM Workers
REQUEST:
Please change your worker parameter naming convention in regards to MAX.
Example:
Parameter1
MaxParameter1
Parameter2
MaxParameter2
Why? I completely misunderstood the difference between ThreadLimit
and Threa
Apache
MPM Workers
REQUEST:
Please change your worker parameter naming convention in regards to MAX.
Example:
Parameter1
MaxParameter1
Parameter2
MaxParameter2
Why? I completely misunderstood the difference between ThreadLimit and
ThreadsPerChild. I have wasted over 8 hours researc
I just figured it out. I found a document that explains just terms.
ThreadsPerChild is the STARTING number of threads per process.
ThreadLimit is the MAX threads that should be created by a child process.
So when calculating ServerLimit you should always use the worst case formula.
ServerLimt
On Fri, Aug 24, 2018 at 3:42 PM Campbell, Lance wrote:
>
> Apache 2.4
>
> MPM Worker
>
> The relationship between ThreadLimit and ThreadsPerChild is not very clear.
> These are some questions I have.
>
>
>
> Why would you ever want ThreadLimit bigger than ThreadsPerChild?
Obscure: So you can rai
Apache 2.4
MPM Worker
The relationship between ThreadLimit and ThreadsPerChild is not very clear.
These are some questions I have.
1. Why would you ever want ThreadLimit bigger than ThreadsPerChild?
2. If you do want it bigger then how do you determine how much bigger it
should be?
3.
See
https://www.apachelounge.com/viewtopic.php?t=7737
>
> [mpm_worker:error] [pid 31849:tid 140027731249280] AH00287: server is within
> MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers
> setting
>
> [Wed Aug 22 03:40:40.893477 2018] [mpm_worker:error] [pid 31849:tid
> 140027731249280] AH00286: server reached MaxRequestW
Summary:
With the below settings apache crashed on me. The error log told me it reached
MaxRequestWorkers. It suggested increasing the size. To remedy the situation
I increased MaxRequestWorkers to 10,. Then I was fine. Based on the
documentation it says that you are supposed to divide