Skip to content

Scaling & Resource Management

How to scale your Odoo ERP performance as your transaction volumes and user count grow.

Vertical Scaling (Compute & Memory)

When your concurrent user count increases, your Odoo instance requires additional worker processes and database buffer memory.

Upgrading Resources

  1. In your dashboard, open Instance Settings > Compute Resources.
  2. Select your target resource tier (e.g. 2 vCPU / 4 GB RAM).
  3. The platform adjusts cgroup allocations dynamically without database downtime.

Database Optimization

  • PgBouncer: Automatically buffers high concurrency POS transactions.
  • Vacuuming & Indexing: Automated weekly PostgreSQL maintenance runs every Sunday at 03:00 EAT to optimize query performance.