On 2016-04-14 21:47, Eric Covener wrote:
> On Thu, Apr 14, 2016 at 3:40 PM, olli hauer <[email protected]> wrote:
>> During the test the count of idle worker are incrementing and decrementing 
>> but it ab has finished the requests the count of idle workers stays on the 
>> last highest count ...
> 
> What was your MaxSpareThreads during the test?
> 

The system is running with the default settings:

<IfModule mpm_event_module>
    StartServers             3
    MinSpareThreads         75
    MaxSpareThreads        250
    ThreadsPerChild         25
    MaxRequestWorkers      400
    MaxConnectionsPerChild   0
</IfModule>

Reply via email to