Re: Tomcat 5.0.28 memory usage - garbage collection

2008-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tootbatoot, tootbatoot wrote: | Hi Thanks. the two applications run on their own and don't share jvm so I can | use different versions - but the webapp I have deployed in tomcat server | requires it to be either on 5.0.28 or 5.5.17 (but using

Re: Tomcat 5.0.28 memory usage - garbage collection

2008-06-13 Thread tootbatoot
://www.nabble.com/Tomcat-5.0.28-memory-usage---garbage-collection-tp17800619p17826655.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread tootbatoot
process release memory when there is no load ? thanks -- View this message in context: http://www.nabble.com/Tomcat-5.0.28-memory-usage---garbage-collection-tp17800619p17800619.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread Caldarale, Charles R
From: tootbatoot [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0.28 memory usage - garbage collection When I put load on it via my webapp - I can see the memory allocated to the process going up (in task manager) but when I kill the session of the webapp (i.e. remove the load) it does

RE: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread tootbatoot
:[EMAIL PROTECTED] Subject: Tomcat 5.0.28 memory usage - garbage collection When I put load on it via my webapp - I can see the memory allocated to the process going up (in task manager) but when I kill the session of the webapp (i.e. remove the load) it does not come down. Should

RE: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread Caldarale, Charles R
From: tootbatoot [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.0.28 memory usage - garbage collection jdk1.4.2_12 I'd strongly recommend upgrading to a newer JVM. 1.6 especially is noticeably faster than 1.4 and includes better heap management. You should upgrade Tomcat as well

RE: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread Caldarale, Charles R
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.0.28 memory usage - garbage collection I'd strongly recommend upgrading to a newer JVM. 1.6 especially is noticeably faster than 1.4 and includes better heap management. You should upgrade Tomcat as well

RE: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread tootbatoot
of jvm. Caldarale, Charles R wrote: From: tootbatoot [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.0.28 memory usage - garbage collection jdk1.4.2_12 I'd strongly recommend upgrading to a newer JVM. 1.6 especially is noticeably faster than 1.4 and includes better heap management. You

Re: Tomcat 5.0.28 memory usage - garbage collection

2008-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tootbatoot wrote: | The reason we have to stick to using this version is that it is recommended | by another application that tomcat is acting as a client to. Do you mean that your (Tomcat-hosted) application is connecting to a 3rd-party