> From: Christian Andersson [mailto:[EMAIL PROTECTED]
> Peter Crowther skrev:
> > If you
> > are not careful when tuning the system, you might find that
> > one application in one Tomcat/JVM runs out of memory although
> > there is plenty of spare memory in the system.  If you put
> > them all into one Tomcat/JVM, the applications all use the
> > same (larger) memory pool.
> >
> And what happens if you get one "rough" application stealing all the
> memory? probably all your applications will stop functioning..

Yes.  Certainly memory leaks are much more troublesome in a single JVM.

> For me it is always better to have 1 application crash, then >1

Given a high enough hardware budget that I can spend on RAM, I agree entirely 
:-).  Not all of us have that luxury.  I'm sure there are still finance 
directors out there with Gates' "640k is enough for anyone" quote framed on 
their wall, right by the stone that you have to get blood out of before you get 
any budget!

> it is also easier to see which application is the guilty one if only
> that application crashes..

Much easier!

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to