Thanks for your work on this awesome project.
We upgraded from 1.7.1 to 1.8.2 and and we're now seeing an infinite memory leak until the server dies. It is very painful.
We're using the stock repo config with ASTER 30m and with listen = 1024 added to uwsgi.ini.

By the time I finished writing this, the memory used has already gone up to 3.5GB.
Can workaround/fix it by adding reload-on-as = 512 to uwsgi.ini.
Thanks for your work on this awesome project.
We upgraded from 1.7.1 to 1.8.2 and and we're now seeing an infinite memory leak until the server dies. It is very painful.
We're using the stock repo config with ASTER 30m and with
listen = 1024added touwsgi.ini.By the time I finished writing this, the memory used has already gone up to 3.5GB.
Can workaround/fix it by adding
reload-on-as = 512touwsgi.ini.