Python: Memory leak debugging

前端 未结 7 1374
误落风尘
误落风尘 2020-12-07 16:45

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

相关标签:
7条回答
  • 2020-12-07 17:45

    Do you use any extension? They are a wonderful place for memory leaks, and will not be tracked by python tools.

    0 讨论(0)
提交回复
热议问题