> From: Stefano Martines [mailto:[EMAIL PROTECTED] > I have exactly the same problem. Tomcat5.exe is increasing > memory allocation day by day.
I think you may have a different problem. Sean's problem was that increasing load on his server meant increasing memory use. Do you *also* have increasing load, or do you have a steady load? If you have a steady load, and memory usage is increasing, then you almost certainly have a memory leak in your web application. You should find and fix the leak or leaks. > How did you setup the load balancer for tomcat? If your problem is a memory leak, load balancing will simply give you longer before you have to restart the application - and it will give you the opportunity to restart one Tomcat while still serving requests with the other. It is not a full solution in the case of memory leaks. - 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]