Re: Tomcat keeps growing in size on Win32

2005-06-14 Thread Christoph Kutzinski
Tomcat really uses File.deleteOnExit()? This method has a known memory leak (not only on win32) for quite some time. See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513817 Ed Hamilton wrote: Thanks, Robson, for the reply. I have all the latest versions of everything: Tomcat: 5.5.9

RE: Tomcat keeps growing in size on Win32

2005-06-14 Thread Ed Hamilton
Kutzinski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 12:14 AM To: Tomcat Users List Subject: Re: Tomcat keeps growing in size on Win32 Tomcat really uses File.deleteOnExit()? This method has a known memory leak (not only on win32) for quite some time. See: http://bugs.sun.com/bugdatabase

Re: Tomcat keeps growing in size on Win32

2005-06-14 Thread Tim Diggins
in proportion to the number of times it is called, (not how long ago the last call was). -- Tim -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 12:14 AM To: Tomcat Users List Subject: Re: Tomcat keeps growing in size on Win32 Tomcat

Re: Tomcat keeps growing in size on Win32

2005-06-13 Thread Robson dos Santos Franca
Hi there! Please check: Tomcat version, JSDK (or JRE) version, JDBC Drivers. Probably one of these (maybe all of them) has a bug. It sounds like Memory Leaking. Last time I had this problem I updated JDBC Drivers and it worked. Good luck! Robson Franca Ed Hamilton wrote: Is anybody who is

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Ed Hamilton
Thanks, Robson, for the reply. I have all the latest versions of everything: Tomcat: 5.5.9 JDSK: 1.5.0.03 JDBC: 3.18a Isapi Redirector: 1.2.13 There is no website/database activity, just tomcat running. I believe it's related to the other posting I made about

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
' Subject: RE: Tomcat keeps growing in size on Win32 Thanks, Robson, for the reply. I have all the latest versions of everything: Tomcat: 5.5.9 JDSK: 1.5.0.03 JDBC: 3.18a Isapi Redirector: 1.2.13 There is no website/database activity, just tomcat running. I believe it's related to the other

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
' Subject: RE: Tomcat keeps growing in size on Win32 Thanks, Robson, for the reply. I have all the latest versions of everything: Tomcat: 5.5.9 JDSK: 1.5.0.03 JDBC: 3.18a Isapi Redirector: 1.2.13 There is no website/database activity, just tomcat running. I believe it's related to the other

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Ed Hamilton
] Sent: Monday, June 13, 2005 5:15 PM To: 'Tomcat Users List' Subject: RE: Tomcat keeps growing in size on Win32 Are you actually running out of memory? Or is the heap just growing? Garbage collection is a bit arbitrary and may not occur until there is a need. HTH - Richard

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
tooth pattern if the garbage collection is working properly. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 6:47 PM To: 'Tomcat Users List' Subject: RE: Tomcat keeps growing in size on Win32 Richard: Looking at Tomcat with the task

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
tooth pattern if the garbage collection is working properly. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 6:47 PM To: 'Tomcat Users List' Subject: RE: Tomcat keeps growing in size on Win32 Richard: Looking at Tomcat with the task