Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak in Django WSGI process #19

Open
juhanurmi opened this issue Sep 11, 2014 · 0 comments
Open

Memory leak in Django WSGI process #19

juhanurmi opened this issue Sep 11, 2014 · 0 comments

Comments

@juhanurmi
Copy link
Owner

Apache WSGI processes are filling the memory

ps aux | grep 'ahmia-w' | awk '{print $6/1024 " MB";}'

0.746094 MB
77.1719 MB
97.75 MB
104.418 MB
89.3242 MB
52.4023 MB

These processes has started to consume memory after Django-Haystack installation.

It might be a memory leak. It seems very weird that after a day one WSGI process might take a gigabyte of RAM.

Problem is now "solved" by restarting Apache every day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant