Hi Tony,

Firstly, let me convey my sorry been using this e-mail thread, i tried to
put on httpd list but i think thread is breaking there.

i made changes as -
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 else changed. Any idea why increase in RSS?

Second is on one apache instance i am seeing one https process taking high
cpu, here is snapshot

  PID     USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
31588 apache1   25   0  6248 6248  4724       R    97.8            0.1
72:24 httpd

and if you see TIME its running since long.
Next is the TIME_WAIT connection to this Apache instance are around 1500.

Not getting what is happening


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 <users@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