Knowledge base article
Understanding CloudLinux resource limits
View other technical support articles
Other technical support articles
A beginners guide to email spoofing
Accessing your site before changing DNS
An introduction to email authentication
Basic WordPress security and site management
Check MySQL database table disk usage
Configure object cache with memcached and Litespeed Cache plugin
Configure spam filtering in cPanel
Connect via SFTP using SSH key authentication with FileZilla
Connecting to Serversaurus shared hosting via SFTP
Create a clone of your website
Create a SSH key pair and configure your SSH key in cPanel
Create a WordPress administrator via MySQL CLI
Create a WordPress administrator via phpMyAdmin
Create a WordPress cron task in cPanel
Disable automatic WordPress updates via wp-config.php
Download or restore individual files, directories or database backups with JetBackup
Enabling PHP extensions, Changing PHP Version and Setting PHP Options
Export or Import a MySQL database via CLI
Force HTTPS via .htaccess (cPanel)
Getting Started with Anycast DNS
Getting Started with the Content Delivery Network (CDN)
Getting Started with Virtual Machines
Go live with your WordPress staging website
Help! I need a backup of my cPanel-hosted website
Hide .html extension using .htaccess
How did my WordPress website get hacked? What do I do?
How to ensure website generated emails are delivered successfully
How to issue a Let’s Encrypt certificate
How to remove Site Software management
I can receive email but can’t send!
Introduction to LiteSpeed Cache
Manage DNS zones with the cPanel Zone Editor
Manual WordPress migrations in a nutshell
Migrate remote staging website to local hosting server
Migrate remote transactional website to local server
Migrating email from one POP/IMAP email account to another
My site and/or email service is down
Network Firewall (I can’t access my services on a non-standard port)
Optimising Wordfence firewall and security settings
Pointing your domain to Serversaurus
Pointing your domain to Squarespace with cPanel
Prevent website generated spam with CAPTCHA
Push updates from a staging to production website
Reconfigure production website to subdomain
Recover your hacked WordPress website
Remove Wordfence firewall block via MySQL CLI
Secure your WordPress installation
Setting up email on your iPhone
Subdomains for test sites & more
Unable to renew certificate: The Let’s Encrypt HTTP challenge failed
Update a WordPress website to use a new domain name
Update your WordPress username via phpMyAdmin
Using Serversaurus’ nameservers but hosting your email elsewhere
Using the Serversaurus Cloud CDN with your WordPress website
This article will guide you through the CloudLinux resource limits applied to Serversaurus shared hosting
Resource limits
Our shared hosting packages support the following CloudLinux resource limits:
SPEED | CPU speed limit, relative to a single core. Measured by number of cores, our hosting packages start from 100% (1x CPU core). |
PMEM - Physical Memory limit | Physical memory limit (also includes shared memory and disk cache). Measured in MB, our hosting packages start from 2048MB. |
IO | IO throughput - combines both read & write operations. Measured in MBs per second, our hosting packages start with a limit of 8MB per second. |
IOPS | Restricts total number of read/write operations per second. Our packages start with a limit of 1024 operations per second. |
EP - Entry processes | Limit on entry processes. Usually represents max number of concurrent connections to Apache dynamic scripts as well as SSH and cron jobs running simultaneously. Our packages start with a limit of 30 entry processes. |
NPROC - Number of proccess | Max number of processes within LVE, our hosting accounts start from 100 processes. |
Detailed technical information on CloudLinux limits can be found on the Cloudlinux Documentation website.
Errors and faults
Sometimes your website may exhaust resource limits causing an error, below are some explanations of some generic error messages.
Note:
- If the site is limited by CPU or IO, then the site will start responding slower. No error will be returned to the user. If the number of CPU faults is low (e.g around 100 or less per week), the slowdown may only amount to a mere seconds at the time of the fault. If you are only experiencing CPU faults at this rate, this is not a cause for concern.
- If the site is limited by memory or number of processes limits, the user will receive 500 or 503 errors that server cannot execute the script.
- If the site is limited by Entry Processes, then the user will receive a 508 Resource Limit Reached error.
The most common faults you may encounter are CPU faults and Entry Process faults.
CPU Faults
CPU faults can be caused by either an internal website process or an external event. CPU faults are often caused by a process which tries to consume more CPU resources than are available, this process can be initiated as part of the usually website processes or an external event has initiated the process.
Examples of internal website processes which can cause CPU faults:
- A poorly developed plugin or theme
- The website does not cache pages (learn how to configure website cache) and is not loading pages efficiently
- External website software is performing regular website calls to check plugin/theme version and update availability
- There is a software installed which crawls the website looking for certain content types, for example the Broken Link Checker plugin for WordPress
- A lot of processes are being initiated in the backend of the website within a short time frame
- Admin activity on a WordPress website cannot be cached, and if activities are happening like Third-Party Plugin Update Checks, you may find CPU resources are used up
Examples of external events which can cause high CPU usage:
- Brute force attacks
- Bot/crawler is visiting the website and there's no configuration in place to limit bot traffic during visits
- The application has no firewall installed
- A successfully campaign was sent out attracting a influx of visitors within a small time frame
Tips to troubleshoot the cause of CPU faults
Observe the regularity of the faults, if they are irregular and occurring occasionally, this indicates the CPU faults are caused by an external event such as a brute force attack or a successful newsletter campaign. You can reduce/prevent the impact external events have on your website by optimising the application firewall.
You could also verify whether the fault is being caused by attack by first checking the Resource Usage stats in cPanel to identify when the fault(s) occurred, then viewing the website's access logs during the time the CPU fault(s) occurred.
If the faults are occurring regularly at certain intervals or time periods, this indicates an internal website process is not performing efficiently within the allocated resources.
If you notice CPU faults occurring on WordPress website, reference our guide about troubleshooting high CPU on WordPress websites.
Entry Process Faults
If the Entry Process resources of an account are exhausted, the server will return the error 508 Resource Limit Reached to prevent a single site exhausting all Web Server processes on the server. Note: An increased number of CPU faults can cause the amount of entry processes to go up as requests cannot be fulfilled as quickly - consequently the website will return a 508 Resource Limit is Reached error until existing requests are processed (subsequently further entry processes become available once requests have completed processing).
Summary
In most cases, exceeding resource limits at low levels is not a cause for concern. If it does become a concern and can't be solved by troubleshooting and identifying the source of the resource usage, or a higher level of resource usage is required by your website, you can upgrade your hosting subscription to a package which offers further allocations of the resource becoming exhausted.
If you are experiencing CPU Faults or 508 Resource Limit is Reached, although upgrading your subscription would help process requests faster, you may still continue to experience occasional resource limit faults.
Last updated November 30, 2023