Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Glyph Lefkowitz
On Jan 17, 2014, at 5:32 PM, Kevin Horn wrote: > I used txScheduler (which I wrote) for that. Available here: . > In fact that's part of why I wrote it. Not to be confused with TxScheduling: . -glyph smime.

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Kevin Horn
On Fri, Jan 17, 2014 at 6:06 PM, Glyph Lefkowitz wrote: > > On Jan 17, 2014, at 12:43 PM, Jonathan Vanasco > wrote: > > > some recent changes to a very-happy twisted daemon have resulted in a > process that grows in memory until it crashes the box. boo! > > looking through the code and logs, i'm

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Glyph Lefkowitz
On Jan 17, 2014, at 12:43 PM, Jonathan Vanasco wrote: > > some recent changes to a very-happy twisted daemon have resulted in a process > that grows in memory until it crashes the box. boo! > > looking through the code and logs, i'm wondering if i''ve coded things in > such a way that deffe

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Werner Thie
On 1/17/14 10:43 AM, Jonathan Vanasco wrote: some recent changes to a very-happy twisted daemon have resulted in a process that grows in memory until it crashes the box. boo! looking through the code and logs, i'm wondering if i''ve coded things in such a way that defferds or deferrd lists a

[Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Jonathan Vanasco
some recent changes to a very-happy twisted daemon have resulted in a process that grows in memory until it crashes the box. boo! looking through the code and logs, i'm wondering if i''ve coded things in such a way that defferds or deferrd lists are somehow not getting cleaned up if an unhand