Where are you getting the figure '10Megs per thread' from?
Each thread shares the same memory space, that means the 10Megs is shared
between the 46 threads and is not on a per thread basis.
- Chris
Brainbench MVP Java2.
> -----Original Message-----
> From: James Diggans [mailto:jdiggans@excelsiortech.com]
> Sent: 01 February 2001 6:58
> To: tomcat-user@jakarta.apache.org
> Subject: 46 java threads???
>
>
> I have tomcat running through mod_jk along with Apache. When tomcat is
> launched it does so flawlessly but launches FORTY SIX 'java' threads,
> each taking ~10MB of what gtop declares 'resident' memory (yes, 460MB
> total). Now I realize these are probably sharing a memory space (since
> I dont HAVE 460MB of RAM or swap) but is there a reason it's starting
> 46 threads? And can anyone tell me where I can configure this? It
> seems ...... high.
>
> Regards,
> - j
>
> ----------------------------------------------------------------------
> --------------
> James C. Diggans
> Excelsior Technologies, Inc. At what point did we stop
> jdiggans@excelsior-web.com being citizens and start
> http://www.excelsior-web.com being mere 'consumers'?
> ----------------------------------------------------------------------
> --------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-user-help@jakarta.apache.org
>
|