I am using django 1.5 and gunicorn (sync workers)
Workers memory usage grow with time
i try to use Dozer to find the reason, but get:
AssertionError: Dozer middleware is not usable in a multi-process environment
How can i found the reason of leaking, any ideas?
I solved it by upgrading django to 1.5.1 (1.5 has some memory leak bugs)