On Fri, 2012-02-10 at 01:19 -0800, Karan Ahuja wrote: > we have web server only > yes - when we access apache a process keeps taking more memory and > then > times out
as a start check whether you are using worker MPM or prefork. Then put the following values in the appropriate section: StartServers 1 MaxClients 10 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 2 MaxRequestsPerChild 2 then fine tune by increasing the values -- regards Kenneth Gonsalves _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
