Site's performance slows over time until Apache is restarted

Posted by udbhav on Server Fault See other posts from Server Fault or by udbhav
Published on 2010-05-12T21:59:18Z Indexed on 2010/05/12 22:04 UTC
Read the original article Hit count: 171

Filed under:
|
|

I'm running a Django app w/ Nginx and Apache. All our static media is stored on S3, and basically it takes a while for the app to check if thumbnails have been created every time a page is loaded. To alleviate this problem, I'm caching the output of the templates w/ memcached. Over the course of an hour or two, the site's speed goes down significantly, until I restart apache, and then all is good for a little while.

I have very little sysadmin experience, and was hoping somebody could at least point me in the right direction.

© Server Fault or respective owner

Related posts about apache

Related posts about memcached