On Fri, Feb 10, 2012 at 1:57 PM, Karan Ahuja <[email protected]> wrote: > yes i am collecting logs > > problem and system is as below : > > > Apache2 process increasing rapidly and eating out complete memory and ends > up with timeout. > > Linux Distribution - Ubuntu - oneiric ocelot > RAM - 512MB > DISK Space - 20GB > > logs coming up
Are you serving up large files? I've definitely seen Apache chocking before when serving lots of large files concurrently. Try to setup mod_status[1], which will let you see a nice status page of what requests are served by which thread[2] [1] http://httpd.apache.org/docs/2.0/mod/mod_status.html [2] http://www.apache.org/server-status Regards Nigel _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
