Re: [uWSGI] memory leak in django app?

2017-12-06 Thread Etienne Robillard
Hi Antonis, Thank you for your reply. I installed the htop utility and found that 2 of my 4 uWSGI processes are using 882M (42.7%) of resident memory each. Theses two processes takes about  (85%) of the available RAM memory! That can explain why I get "out of memory" errors when no more memory

[uWSGI] memory leak in django app?

2017-12-06 Thread Etienne Robillard
Hi all, I'm struggling to understand how django/python may allocate and unallocate memory when used with uWSGI. I have a Debian system running Python 2.7 and uwsgi with 2GB of RAM and 2 CPUs. Is that enough RAM memory for a uWSGI/Gevent based WSGI app running Django? I'm running uWSGI with