>   I am developing an application using tomcat. As I put
> development, testing
> and production in the same environment. And each environment has 2
> instances. So there are now altogather 6 instances in the machine. My
> machine is getting slower. Actually, my application is only a
> small one and
> there are only just 20~30 ppl using it. So is there anyway to make tomcat
> eat up less memory ?

As others have said, you should not run production on the same machine as
dev and test.

Are you running 6 different tomcats on 6 different ip addresses or are you
using one tomcat with 6 different web applications at different URL
prefixes?

The latter setup will use less memory than the former.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to