Hi,

>Question:  Having multiple tomcat instances on the same server - would
this
>not increase the memory usage - due to multiple JVMs?

If configured correctly, the total should be just about the same.  It
might be a bit higher or lower depending on the semantics of your webapp
(% in old generation vs. % new, from a GC perspective).  But it
shouldn't be a big change from a total memory consumption standpoint.
And on the plus side, you'd let each JVM tune itself optimally for its
webapp(s), something that's virtually impossible to do with more than a
couple of webapps in one JVM.

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to