Message6144

Author amak
Recipients amak, gdoutch, zyasoft
Date 2010-10-04.21:11:53
SpamBayes Score 0.0001518421
Marked as misclassified No
Message-id <1286226713.94.0.580294123771.issue1660@psf.upfronthosting.co.za>
In-reply-to
Content
With the amount of memory consumed growing by approx 4K per request, I'm beginning to suspect that this may be caused by some reference cycle that is preventing garbage collection, perhaps in the IO layer.

To detect something like this will require running the example code under some form of memory profiler. Which I don't have time for now, unfortunately.
History
Date User Action Args
2010-10-04 21:11:53amaksetmessageid: <1286226713.94.0.580294123771.issue1660@psf.upfronthosting.co.za>
2010-10-04 21:11:53amaksetrecipients: + amak, zyasoft, gdoutch
2010-10-04 21:11:53amaklinkissue1660 messages
2010-10-04 21:11:53amakcreate