[us...@httpd] apache tuning for svn

2010-07-08 Thread west alto
Hi Gurus, Any advise on initial tuning values for apache MinSpareServers, MaxSpareServers, and StartServers, tcp tunings, ulimits, sysctl I'm running svn 1.6 over apache2 pre-fork. System load goes high as much as 10 during heavy usage. What would be your recommended MaxRequestsPerChild for

[us...@httpd] Apache Tuning

2009-09-10 Thread Daniel Viana Auler(Plebeuz)
Hello, I have a question about MaxClients and maxservers, when i tuning i found in apache that to calculate maxclients i need to calculate the SO used memory-total memory divided by the memory witch each apache process use, but how can i know how to do it correctly, because apache proce

Re: [us...@httpd] apache tuning

2009-05-07 Thread Eric Covener
On Thu, May 7, 2009 at 1:18 PM, inas inassen wrote: > > Hi all, > > is there any way to tune apache parameters for prefork or worker modules? > > >  StartServers 5 >  MinSpareServers 5 >  MaxSpareServers 10 >  MaxClients 150 >  MaxRequestsPerChild 0 > > > >  StartServers 2 >  MaxClients 150 >  

[us...@httpd] apache tuning

2009-05-07 Thread inas inassen
Hi all, is there any way to tune apache parameters for prefork or worker modules? StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25