On this page
CloudLinux LVE limits are the resource caps on shared hosting that stop one account from starving everyone else on the node. When you hit them, the site often returns 503 errors or runs PHP very slowly, while the network and the rest of the server stay up. You will see the spikes under Resource Usage in cPanel Metrics, not as a failed switch or dead NIC.
What each limit feels like in practice
A CPU limit makes PHP wait its turn, so pages take longer to build. A memory limit can kill processes mid-request, which shows up as sudden errors or half-loaded pages. An I/O limit makes disk-heavy work crawl, even when the rest of the site looks fine. LiteSpeed cache hits do not count against PHP CPU the way a logged-in cart or checkout page does. That is why better caching is usually the first fix, not a larger plan. Stacking a second page-cache plugin to “beat” LVE almost always misses the real bottleneck twice.
Read Metrics before you buy more capacity
Open Resource Usage in cPanel and check whether the spike was CPU, memory, or I/O. Note whether you were logged into WordPress or the cart at the time, because those requests often skip cache on purpose. Higher shared tiers raise the caps, but they do not remove physics. A badly indexed query can still hurt on a larger plan. If you need custom daemons or root access, LVE is the wrong conversation and a KVM VPS is the better fit.
- Spikes only during xmlrpc traffic usually mean you should disable xmlrpc, not treat it as growth.
- Spikes during real checkout mean cache what you can, then talk about a VPS if traffic keeps climbing.
- Spikes while you were in wp-admin are normal for uncached admin work.
What to include when you contact support
Screenshots of Resource Usage plus a short note on whether you were logged in during the 503 are usually enough for us to help. Practical next steps are stronger caching, shutting down abused xmlrpc, or moving to a VPS when you truly outgrow shared limits. Renewal pricing stays the same as signup, and the cap is a resource limit, not an invoice trick. AutoSSL and WP Toolkit continue to work the same way on WordPress accounts while you sort this out.
Tagged
Was this article helpful?
Be the first to rate this article.



