Process Limit

What is the concurrent processes limitation?

Shared and Reseller accounts are limited to 25 simultaneous processes.

Dedicated servers and VPS have no processes limit.

Note: Most sites will work perfectly with a 25 concurrent processes limit. Processes open and close so quickly that they hardly ever overlap.

There has been a feature added into the D-Tech X3 theme (Lite, Standard, Ultimate only). Darrel Technologies clients are now able to see which processes have been killed for resource usage. Most processes / MySQL queries will have a possible reason as to why they were disabled, and a few will have generic reasons if there is not yet a known cause.

If you are exceeding the limit, this could be caused by your mail client (Thunderbird, Mac mail, Outlook, etc.) checking for emails too many times in an hour. Per our mail policy, most of our servers have a limit of 30 POP3/IMAP checks per hour per IP address. Once this is hit, the server stores the check as a process to be handled after the 30 checks reset. However, more requests from your mail client keep coming. Therefore, more and more processes are stored until they hit the 25 process limit and thereafter brings your site down with a 500 error message.

Here is what you need to do:

  1. Close the mail client right away to see the site load back up. Closing the client will clear all the processes.
  2. Open the client again and look for the setting on how often it is checking the server for more emails. Set this to no less then 10 minutes apart.

Apple/Mac users: On most Apple devices there is a function called "push" and when it is enabled, it keeps the connection to our server open and continually checks mail. Consequently, this creates many IMAP processes and eventually will conflict with our Terms of Service.

If you are still hitting the process limit, you either have too much traffic for a shared server, or you need to optimize your database (for faster queries). Please email support@darrelconceptsghana.com for a proper assessment.


What if my VPS is limiting me to 25 processes?

This number can be increased at your discretion. Make the changes in /usr/local/apache/conf/includes/pre_main_global.conf

The command line is RLimitNPROC 25 30. Change the first number to the new limit, then add 5 to get the second number, and finally restart Apache (Location: /etc/init.d/httpd Command: restart)

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Will I get a free transfer if I switch to vps?

Will a free transfer be included if I upgrade to a VPS from a shared account? How about if I...