https://issues.apache.org/jira/browse/DIRMINA-716 is created for this issue.
Thanks! Yong -----Original Message----- From: Emmanuel Lecharny [mailto:[email protected]] On Behalf Of Emmanuel Lecharny Sent: Wednesday, May 27, 2009 1:09 AM To: [email protected] Subject: Re: memory leak? -- help needed Yongxing Wang wrote: > Sorry to get to you guys a little late on this issue, as it is not always > easy to reproduce the problem. > > During this extensive performance testing and close monitoring, one thing I > can tell for sure is that under heavy load, the memory pattern looks so much > nicer if we get rid of the "finalize" method. It contributes to the better > overall system load. > > I strongly recommend getting rid of the "finalize" method in > AbstractIoFilterChain.java. > Using finalize is most certainly an error. It's certainly not good to free part of memory which are not allocated by a native method. I agree that we should remove it. Can you create a JIRA for tat please ? Thanks ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
