Entry-process pressure usually means too many concurrent dynamic requests, while the process limit includes a wider set of account processes.
CloudLinux limits protect the shared platform and are burstable ceilings rather than dedicated resources. A limit event is a symptom to investigate; repeated events usually require application optimisation, traffic control or a larger plan.
Before you start
- Open the affected hosting service and note the exact time, URL and operation that was slow or failed.
- Have recent CloudLinux usage, application logs and any monitoring alert available for the same time window.
Work through these checks
- Note whether the entry-process or total-process limit was reached and the exact timestamp.
- Compare access logs for bursts against login pages, XML-RPC, APIs, uncached searches or bot activity.
- Check for cron jobs, imports or long-running PHP processes that overlap with web traffic.
- Cache safe public pages, rate-limit abusive endpoints and fix slow database or remote API calls that keep requests open.
- Do not simply raise application timeouts, because that can hold process slots for longer.
- Retest during representative traffic and choose a larger plan when genuine concurrent use has outgrown the current allowance.
Confirm the result
- The same operation completes without another limit event during a comparable test.
- CloudLinux graphs and application logs show which change improved the workload rather than merely hiding the symptom.
Common problems
| Symptom | Likely cause | What to do |
|---|---|---|
| The site is slow but no limit is currently shown. | The event has passed, the bottleneck is remote, or application/database work is slow without reaching a hard ceiling. | Use exact timestamps, request logs and slow-query or application profiling rather than relying on a single live graph. |
| Resource faults return after a temporary improvement. | A cache clear or process restart treated the symptom but did not reduce expensive requests, bots or scheduled work. | Identify the repeating URL, job or query and optimise or rate-limit it before choosing a larger plan. |
When to contact Tudor Internet
Open a ticket through the Customer Portal when the checks above do not resolve the issue, when an action is unavailable for your service, or when continuing could risk data loss or service interruption. Include the following so the request can be investigated efficiently:
- The affected domain and SiteWorx account
- The exact error text and time
- The last change made
- Relevant log lines with passwords and personal data removed
Related articles
- Understand hosting resource limits
- Protect forms and public sites from abuse
- Configure and clear WordPress caching safely
- View website and error logs
- Understand a CloudLinux CPU limit event
Last reviewed: 2026-07-18.