• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Error server reached MaxClients setting

ManuelG2k

Basic Pleskian
Hello,
I have Ubuntu Server 12.04.3 LTS and Plesk 11.5.30 Update #18.
This is a Virtual Server with 2 vCPU (4,80 Ghz total), ram 4 Gb.
The server has 13 domains.
Average server utilization is this: CPU 10%, RAM 50%, active processes 110-115

Occasionally the sites are inaccessible and you can not connect to the server console.
At that moment, the active processes are 250, the CPU is at 100%.

I'm trying to understand the cause.

On /var/log/apache2/error.log I find this line (when the server is overloaded):

[Tue Oct 15 12:42:20 2013] [error] server reached MaxClients setting, consider raising the MaxClients setting


This could be the cause?
Can you help me ?


Tnx in advance
Manuel
 
Hello,

You are getting this issues because your one of the site is having the high traffic and due to that your CPU usages is 100% and you are getting this MaxClients exceeded issues on your server, I will suggest you monitor your server and try to disable your high traffic website OR try to optimized Apache on your server


Thank you
 
Hello,

You are getting this issues because your one of the site is having the high traffic and due to that your CPU usages is 100% and you are getting this MaxClients exceeded issues on your server, I will suggest you monitor your server and try to disable your high traffic website OR try to optimized Apache on your server


Thank you

Thanks InderS, obviously I can not disable the website.
How can I optimized Apache ?
You have any suggestions ?
 
Tnx InderS.
The Apache config file on Ubuntu server with Plesk 11 I think is /etc/apache2/apache2.conf ?
In this file I not have "prefork.c", but "mpm_prefork_module", "mpm_worker_module" and "mpm_event_module".
I need to modify "mpm_prefork_module" section ?

Actually I have

Code:
<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

Tnx
Manuel
 
Hello,

Yes, Please try to add these setting in mpm_prefork_module section and check your site.
 
Back
Top