Given that this just started to happen with Hawk after I upgraded to the new GUI - I suspect that this could be where the problem lies.
One thing I have noticed is that whether I access one of these pages, even after it has finished loading - Mozilla still says "Tranferrring data from ..." in its status bar. This could mean that a connection isn't being closed when it should etc etc. So - question - do OutputStreams/Writers to Servlets (as obtained from HttpServletResponse objects) need to be closed before the doGet() method of the servlet terminates? Ian. On Thu, Sep 05, 2002 at 10:49:15PM +0200, Oskar Sandberg wrote: > > Some component is leaking memory. I have been suspecting that for some > time. What we need is for somebody to run some heap profiles on long > running nodes. > > See: http://www.javaworld.com/javaworld/jw-12-2001/jw-1207-hprof.html > > On Thu, Sep 05, 2002 at 04:05:42PM -0400, Dan Merillat wrote: > > > > Either we're reporting it now, or something is using a cubic fuckton > > more RAM. I've got the VM limit set at 96 meg, and I'm sorry, but that's > > "More Then Enough" to do the job. I've only got a half gig on this > > box, so running to 128meg is going to start hurting (especially if there's > > a significant amount of per-thread context) > > > > java.lang.OutOfMemoryError > > Sep 5, 2002 11:11:08 AM (freenet.thread.QThreadFactory$QThread, > > QThread-32829: freenet.node.states.announcing.Announcing$ScheduleAnnouncing > > at 6b1abb13 @ 1031233124193 (time: 1031238653)): Unhandled throw in job > > java.lang.OutOfMemoryError > > > > --Dan > > > > > > _______________________________________________ > > devl mailing list > > devl at freenetproject.org > > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl > > -- > > Oskar Sandberg > oskar at freenetproject.org > > _______________________________________________ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl -- Ian Clarke ian at freenetproject.org Founder & Coordinator, The Freenet Project http://freenetproject.org/ Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/ Personal Homepage http://locut.us/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020905/4caff113/attachment.pgp>
