Database Configuration
Some database configuration parameters are automatically tuned for optimal performance.
PostgreSQL
Info
Available RAM has reserved memory taken into account.
We currently reserve 1,5 CPU and 1,5GB memory on each node for system management software.
| Parameter | Value |
|---|---|
| effective_cache_size | 75% of available RAM |
| maintenance_work_mem | 1/16 of shared_buffers |
| shared_buffers | 25% of available RAM |
| work_mem | Available RAM devided by max_connections (currently hardcoded to 100) |