From cbb4761d795767e7fe8bf11918ea8f795ac03fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81azowik?= Date: Mon, 10 Feb 2020 17:46:25 +0100 Subject: [PATCH] Reload uwsgi worker on 512M rss usage Memory leak workaround --- uwsgi.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwsgi.ini b/uwsgi.ini index 3e06887639..c7943c28a0 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -29,5 +29,7 @@ buffer-size = 32768 #gid = wsgi die-on-term = true +reload-on-rss = 512 + # uWSGI does not pass locale information to the application by default env = LC_ALL=en_US.UTF-8