Django memory leak: possible causes?

冷暖自知 提交于 2019-12-02 17:17:54
trinchet

I haven't found the exact stuff I'm looking for (each project is a world!), but following some clues and advices I managed to solve the issue. I share with you a few links that could help if you are facing a similar problem.

django memory leaks, part I, django memory leaks, part II, Finding and fixing memory leaks in Python, Optimized script for nginx and uwsgi on ubuntu 12.04 (this is for WEB2PY but gives some 'crutches' via uWSGI) and Debugging memory leaks in a WSGI application.

Some useful SO answers/questions: Which Python memory profiler is recommended?, Is there any working memory profiler for Python3, Python memory leaks and Python: Memory leak debugging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!