The webapps are small: the actuall jars are about 2MB.
Traffic is relative lowkey, a few thousand hits per
day AT MOST (more likely less).
Each .war at the moment has its own struts and jstl
jars. Would it help if I move them to the common/lib
directory? I put them seperately at first because I
wanted each webapp to log to its own log files. If I
move them to the common/lib, how will this affect
logging of classes shared by webapps?
--- "Dale, Matt" <Matt.Dale@beCogent.com> wrote:
>
> Both active sessions and the number of webapps will
> fill up your heap. Within 64MB I think you will
> struggle to run 15-20 webapps but without knowing
> the exact size of them all and the amount of hits
> you expect I couldn't say for sure.
>
> Ta
> Matt
>
> -----Original Message-----
> From: Charl Gerber [mailto:charlgerber@yahoo.com]
> Sent: 14 June 2005 10:33
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat memory question
>
>
> My tomcat instance is now running 10 webapps and
> will
> most likely get more, in the region of 15. My
> service
> provider configures my server with 64MB heap space.
>
> Question is, what affects the memory usage? Purely
> the
> number of hits (ie active sessions) or the number of
> webapps as well? Should my server run ok with 64MB
> heap memory for say 15 or maybe even 20 webapps?
>
> The apps itself are rather small.
>
> Thanks.
>
> Charl
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|