On Fri, 2005-12-16 at 13:36 -0500, Chathura Herath wrote: > Hi devs, > I could find a little bit of time to run a profiler on Axis2 i have > attached a html of the memory usage. THis is the snapshot when the > Axis2 crashes because it ran out of memory. > > The garbage collection of the Message contexts are not happening > properly and this could indeed our main problem which leads to massive > memory build up. There is a heavy usage of Hasmaps too, I am not sure > whether all of them are necessary. > I will try to put some time into this.
Eran is working on this .. we should have it fixed this week. We've done a poor job of making stuff gets taken off the tables they find themselves in and as a result don't release stuff. :(. But its an easy fix as we know where stuff is! Sanjiva.