Re: WebSite Latency
"Dr. Mosh" <[email protected]> Wed, 24 Jul 2002 13:56:37 -0700
| Newsgroups | gmane.linux.redhat.stronghold |
|---|---|
| Message-ID | <[email protected]> |
Signal received 0. "Saldana, Joel" <[email protected]> said: > > I am having problems with severe latency on my website. I have one Sun Netra > with Apache. I have an average of 25-50 users connected simultaneously, with > each users having 3-2 browser sessions going. Our website contains 5 frames. > It gets to the point where the website completely locks up. Here is the > message I get in the error_log: > > My settings in the HTTPD.CONF file are: > > MinSpareServers 60 > MaxSpareServers 100 > StartServers 60 > MaxClients 384 > MaxRequestsPerChild 10000 > > Is there any insight you can provide into this issue with the numbers I > included? Any help is greatly appreciated. Try: MinSpareServers 10 MaxSpareServers 20 You spares currently might overrun your maxclients. MaxRequestsPerChild set to 0 on Solaris to prevent the dreaded memory leak problem. -The Doc -- -------------- http://www.zeromemory.com - metal for your ears.