Re: how many tomcat instances on one machine

From: Kathy Benson (fornewsgroups_at_yahoo.com)
Date: 10/17/03


Date: Fri, 17 Oct 2003 10:54:16 GMT

That should not be a problem as long as each one of them is listening on
a different port and you have enough memory. We have an application that
uses embedded Tomcat and I can start about 15 instances without any
problem. I have about 1GB of memory and the initiali heap for Tomcat is
set the the default, which I bellieve is 2 MB.

KB

-- 
------------------------------------------------------------------------
This email is certified to be Spam free by Spam Marshall
You don't pay to get spam, why pay to clean it?
Visit http://www.spammarshall.com to create an account for free
<http://www.spammarshall.com>
------------------------------------------------------------------------
Andy Fish wrote:
>Hi,
>
>Just curious to see if anyone has run lots of separate tomcat instances on
>one machine. I currently have 2 which works fine, but I wonder if anyone has
>ever done 10? 50?
>
>I'd like to be able to host a number of separate instances of my app on the
>same box for evaluation purposes and this seems the easiest way of doing it.
>
>They will not be heavily used, so I guess RAM is the biggest factor.
>Unfortunately I am on windows 2000 not *nix, so paging will be an issue.
>
>Any comments would be appreciated
>
>Andy
>
>
>  
>


Relevant Pages

  • Re: More threads
    ... I upgraded to a machine with more memory thinking i had solved my OutOfMemeoryError, - but low and behold, it was my heap size allocation.... ... I been benchmarking a Java servlet I have created and I want to be able to handle a massive amount of simultaneous connections. ... When I max it out with my benchmarks I get this in catalina Tomcat 5.5 but there is still plenty of free memory to the Tomcat process. ... I have been getting the best performance with libthr and have been using the above libthr and with these settings below. ...
    (freebsd-performance)
  • Re: Memory footprint differences between x86 and x64
    ... I can't tell if this is creative spam, ... x86 and x64 with a very reproducable use case. ... I ran my tests on a dual-core AMD Athlon with 4GB of memory running ...
    (microsoft.public.dotnet.framework.clr)
  • JVM memory problem on Linux
    ... I have encountered a problem using tomcat, ... My problem seem to be a JVM memory deallocation problem on Linux. ... another configuration problem. ...
    (comp.lang.java)
  • Tomcat out of memory
    ... I've a situation where Tomcat is crashing with an out of memory error ... Tomcat becomes unresponsive, writes out of memory to the catalina log, ... that Tomcat forks javac processes to another memory partition. ...
    (comp.lang.java.help)
  • Re: Tomcat out of memory
    ... > tens of thousands of jsp pages, and every time one of them is compiled ... > Tomcat becomes unresponsive, writes out of memory to the catalina log, ... > that Tomcat forks javac processes to another memory partition. ... The Java compiler leaks memory each time a class is compiled. ...
    (comp.lang.java.help)