Docs / Server Management / Understanding Server Resource Limits

Understanding Server Resource Limits

By Admin · Feb 25, 2026 · Updated Apr 24, 2026 · 82 views · 1 min read

Each Breeze plan comes with specific resource allocations. Understanding these limits helps you choose the right plan.

Resources Per Plan

  • vCPU — Virtual CPU cores. More cores handle more concurrent processes.
  • RAM — Working memory. Determines how many applications you can run simultaneously.
  • Storage — NVMe SSD disk space for your OS, applications, and data.
  • Bandwidth — Network transfer included with your plan.

Monitoring Usage

Use htop, free -h, and df -h to monitor CPU, RAM, and disk usage respectively.

When to Upgrade

  • CPU consistently above 80%
  • RAM consistently above 90% (check "available" column)
  • Disk usage above 85%
  • Applications are slow or unresponsive

Was this article helpful?