![]() |
MaxClients of 2000 exceeds ServerLimit?
Today I got this in my root email, and I'm not sure if it's a problem or not.
Quote:
|
What's the value of MaxClients in your Apache configuration? Set it to 256 and restart Apache.
|
Hi falko,
If you are talking about the apache2.conf in /etc/apache2 (Debian Sarge) than I have this set for MaxClients Quote:
Quote:
|
This one is the right one:
Code:
<IfModule prefork.c>Code:
ServerLimit 2000Also check out this tutorial: http://www.howtoforge.com/configurin...um_performance |
hi..im not sure im in the right thread, but im sure u guys can help me with my settings.
currently i have two webserver (load balancing) each with 16GB of RAM. Each server configured with 8 Virtual IPs. One Virt IP will host 20 websites.So total of 160 websites per server, with both servers configured the same. This is my 1st tier. My 2nd tier is running on JBOSS App. Im using Apache 2.2.9 with prefork. This is my latest configuration. StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 We projecting around 100 users per website, so 20 websites x 100 users = 2000 users per apache instance. I dont think this is the best value, and highly appreciate any suggestions from u guys. cheers, Mie |
This link might help you: http://www.howtoforge.com/configurin...um_performance
|
| All times are GMT +2. The time now is 09:14. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.