Troubleshooting4 min readUpdated 2026-04-15
High CPU/RAM Usage
Overview
High CPU or RAM usage can cause lag, rubber-banding, and server crashes. This guide helps you diagnose and resolve performance issues.
1. Check Resource Usage
Open the Overview tab in your server panel. The real-time graphs show CPU and RAM usage over time.
- CPU consistently above 80% — your server is CPU-bound. Consider upgrading or reducing load.
- RAM above 90% — risk of OOM crash. Upgrade or reduce memory usage.
2. Common Causes
- Too many plugins/mods — each one uses CPU and RAM. Audit your list and remove unused ones.
- World size too large — Rust and Minecraft worlds grow over time. Pre-generate and set borders.
- Entity overflow — too many entities (mobs, items, dropped objects) bog down the server.
- Memory leaks — some plugins gradually consume more RAM over time. Scheduled restarts help.
- Player count exceeds plan capacity — more players = more resources needed.
3. Solutions
- Upgrade your plan — the simplest fix for a growing community.
- Schedule automatic restarts — restart every 6–12 hours to clear memory leaks. Set this in the Schedule tab.
- Reduce render/view distance — fewer chunks loaded = less CPU and RAM.
- Limit entities — use game-specific settings to cap mob spawns, dropped items, etc.
- Profile with tools — use
spark(Minecraft),oxide.pluginstiming (Rust), or the server's built-in profiler. - Optimize configs — see our game-specific setup guides for performance tuning tips.
Was this article helpful?