🔹 CloudLinux LVE Explained
CloudLinux LVE (Lightweight Virtual Environment) is a technology that controls and isolates server resources for each hosting account. It ensures fair usage, stability, and consistent performance for all users.
1️⃣ CPU, RAM, IO, NPROC Explained
| Resource | Meaning | What it Affects |
|---|---|---|
| CPU | Processing power | Website speed & response time |
| RAM (Memory) | Temporary working memory | Ability to handle visitors & tasks |
| IO | Disk read/write speed | File loading, uploads, and backups |
| NPROC | Number of processes | PHP scripts, cron jobs, plugins |
📌 These limits prevent one website from slowing down others.
2️⃣ How Limits Affect Performance
When your website exceeds limits:
-
CPU limit hit → Website loads slowly or times out
-
RAM limit hit → Errors or white screen
-
IO limit hit → Slow file operations
-
NPROC limit hit → Login or admin panel issues
📌 Limits reset automatically after short intervals.
3️⃣ How to Monitor Usage
You can track resource usage easily in Plesk.
Steps:
-
Log in to Plesk
-
Go to Statistics / Resource Usage
-
View real-time & historical usage graphs
-
Identify peak usage times
📌 Monitoring helps decide when to upgrade.
🔐 Tips to Optimize Resource Usage
-
Use caching plugins (WordPress)
-
Optimize images
-
Disable unused plugins
-
Upgrade plan if limits are reached frequently