I have a Satchmo deployment w/ 500k products running on
- Apache 2.2-mpm-prefork
- mysql 5.1
- mod_wsgi 3.3
- mysqldb 1.2.3
Technology stacks asside (going to migrate to nginx / gunicorn / etc... over time) this site has one hell of a memory leak
the server itself is running with 16GB of memory and over time it is all being consumed by the apache process
debug is turned off
and the cache is being run through MySQL
I've googled and experimented for days without any changes other than the memory consumption has slowed down.
Any suggestions for tracking this one down?
My next step is to profile the project (not fond of the idea given the volume of dependencies in Satchmo) though I don't believe the issue is with the project itself since
- I've used Satchmo before without memory issues
- This doesn't show up on my dev machine