I have a small multithreaded script running in django and over time its starts using more and more memory. Leaving it for a full day eats about 6GB of RAM and I start to swa
Do you use any extension? They are a wonderful place for memory leaks, and will not be tracked by python tools.