Well if i think the variable "ServerLimit 250" means that the maximum amount
of users will be 250
below goes my server configuration about 300 simultaneous connections with
apache running about 25m and virtual 300m

<IfModule worker.c>
ServerLimit            30
ThreadLimit            70
StartServers           20
MaxClients            500
MinSpareThreads        10
MaxSpareThreads        15
ThreadsPerChild        50
MaxRequestsPerChild  2000
MaxMemFree     5000
ReceiveBufferSize  714400
</IfModule>

On Tue, Mar 10, 2009 at 4:30 PM, kulbir Saini <kulbir.sai...@gmail.com>wrote:

> Hi,
>
> I have applied following changes to worker threads-
>
> ServerLimit         250
> StartServers         2
> MaxClients         6000
> MinSpareThreads     75
> MaxSpareThreads    250
> ThreadsPerChild     25
> MaxRequestsPerChild  20000
>
>
> I have made above changes and after that i saw the httpd RSS memory shown
> now is 6.5MB.  With the old below config earlier it was  4M-
>
> <IfModule worker.c>
> #ServerLimit         25
> StartServers         2
> MaxClients         300
> MinSpareThreads     75
> MaxSpareThreads    250
> ThreadsPerChild     25
> MaxRequestsPerChild  20000
>
>
> nothing elase changed. Any idea why increase in RSS?
>
> Kulbir
>
> On Sun, Mar 8, 2009 at 2:50 PM, Anthony J. Biacco <
> abia...@formatdynamics.com> wrote:
>
>> I have educated him on this as have others and am helping him privately as
>> i'm on the apache list as well.
>>
>> -Tony
>>
>> Sent from my Windows Mobile® phone.
>>
>> -----Original Message-----
>> From: André Warnier <a...@ice-sa.com>
>> Sent: Sunday, March 08, 2009 11:45 AM
>> To: Tomcat Users List <us...@tomcat.apache.org>
>> Subject: Re: Tuning worker MPM
>>
>> kulbir Saini wrote:
>> [...]
>>
>> You have just bought a Ford car, and you are calling the General Motors
>> distributor about a problem with it.  Even assuming there's still
>> someone there to answer your call, they won't be able to help you.
>> ;-)
>>
>> In other words, Kulbir Saini, you are posting to the wrong list.
>> This list is for the Tomcat Java servlet server.
>> Apache webserver (or httpd) related questions should go to the Apache
>> httpd user list. See "http://httpd.apache.org"; for details.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>

Reply via email to