Hi all I am running tomcat 4.0.1 with virtual hosting and was wondering how much memory to allocate to each additional host. By default, we use 64M for one host but adding another 64M for second host seems excessive considering it's the same tomcat instance. However, if we add a lot the JVM will use more memory before garbage collection and we've seen a 30 second (!!!) delay when using 1G Ram on JVM as it just kept using memory until it ran out. It then had almost 1G of ram to garbage collect. How can I force garbage collection to be more aggressive and do it more often when garbage is small enough not to cause a problem? As we need this to run in a production environment we cannot possible allow a JVM to go for a garbage break for 30 seconds!!!! Any insight or help is greatly appreciated. Donie
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
