We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: