Processes Limit | HostGator Support
  1. Knowledge Base
  2. >
  3. Results
  4. >
  5. Processes Limit

Processes Limit

Concurrent Processes Limitation

What Is a Process?

Processes are the execution of a command within the server that completes a specific task. An example would be accessing your email account and responding to a letter. This action is achieved through a series of processes that normally complete within moments of each other. The process limitation depends on the account hosting type.

Shared and Reseller Hosting

Shared and Reseller plans are limited to 25 simultaneous processes per cPanel. Most sites will work perfectly with a 25 concurrent processes limit. Processes open and close so quickly that they hardly ever overlap.

If a user has between 15-19 IMAP processes running, our system automatically kills any process running over 5 minutes. If more than 20 IMAP processes are running, our system will automatically kill any process running for longer than 2 minutes.

SSH access is limited to two simultaneous connections on Shared and Reseller plans.

Note: Any cron jobs configured will require one of these sessions to be available to run since cron jobs run under the same shell as SSH.
Dedicated and VPS Hosting

Dedicated Servers and VPS plans allow for an adjustable number of simultaneous processes with no enforced limit.


Check Processes in cPanel

To check processes in cPanel:

  1. Log into cPanel.
  2. Scroll Down to the Statistics section.
  3. Locate the Processes bar, which will display the number of processes running at one time.

The bar should refresh after 60 seconds; however, if you wish to see if the processes update sooner, refresh the page.

Note: The instructions listed above do not apply to Reseller accounts. If you have a Reseller account and need to see the number of processes, please contact us.

Mail Client Exceeding Processes Limit

If you are exceeding the processes limit, this could be caused by your mail client (Thunderbird, Mac Mail, Outlook, etc.) checking for emails too many times in an hour.
 

Mail Policy
Per our mail policy, most of our servers have a limit of 30 POP3/IMAP checks per hour per IP address.

Once the limit is reached, 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 the 25 process limit is reached, bringing your site down with a 500 error message.
 

How to Determine if Your Mail Client is the Problem

Try the steps below to determine if your mail client is causing your website to exceed the processes limit.

  1. Close the mail client to clear all the processes. You will then be able to see the site load back up right away.
  2. After seeing the site pull back up, open the client, and locate the setting for how often your mail client checks the server for emails. The setting should not be less than 10 minutes apart.
Apple/Mac users: On most Apple devices, there is a function called push which, when enabled, keeps the connection to our server open and continually checks mail. Consequently, this creates many IMAP processes and will eventually 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 contact us via phone or Live Chat for a proper assessment of the issue.

What If My VPS or Dedicated Server is Limiting Me to 25 Processes?

This number can be increased at your discretion by making changes in the following file: /usr/local/apache/conf/includes/pre_main_global.conf

To make the appropriate changes, use the command line:

RLimitNPROC 25 30
  1. Change the first number to the new limit (in the command above, it is the 25)
  2. Add 5 to get the second number (in the command above, 30)
  3. Restart Apache (location: /etc/init.d/httpd, command: restart).

After Apache is restarted, you should be able to see the new process limit functioning accordingly.