From c4086386b614abf6d8d7660de23bbe9c16267841 Mon Sep 17 00:00:00 2001 From: yerkennz Date: Tue, 2 Jun 2026 15:20:09 +0500 Subject: [PATCH] fix: [CPCAP-10132] increase recommended resources for DBaaS adapter --- docs/public/installation.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/public/installation.md b/docs/public/installation.md index 98d3296b..dc48d0e5 100644 --- a/docs/public/installation.md +++ b/docs/public/installation.md @@ -148,27 +148,27 @@ Small means PostgreSQL `max_connections` equals to 250. Medium means PostgreSQL `max_connections` equals to 1000. -| Module | CPU | RAM, Gi | Storage, Gb | -|-------------------|----------|---------|-------------| -| Patroni Cluster | 2 | 4 | 100 | -| Backup Daemon | 1 | 1 | 50 | -| DBaaS Adapter | 0.2 | 0.06 | 0 | -| Monitoring Agent | 0.25 | 0.5 | 0 | -| Postgres Exporter | 0.3 | 0.125 | 0 | -| **Total** | **6** | **10** | **250** | +| Module | CPU | RAM, Gi | Storage, Gb | +| ----------------- | ------- | --------- | ----------- | +| Patroni Cluster | 2 | 4 | 100 | +| Backup Daemon | 1 | 1 | 50 | +| DBaaS Adapter | 0.5 | 0.5 | 0 | +| Monitoring Agent | 0.25 | 0.5 | 0 | +| Postgres Exporter | 0.3 | 0.125 | 0 | +| **Total** | **6.3** | **10.5** | **250** | ### Large Large means PostgreSQL `max_connections` equals to 2000. -| Module | CPU | RAM, Gi | Storage, Gb | -|-------------------|--------|----------|-------------| -| Patroni Cluster | 4 | 8 | 200 | -| Backup Daemon | 3 | 3 | 50 | -| DBaaS Adapter | 0.2 | 0.06 | 0 | -| Monitoring Agent | 0.25 | 0.5 | 0 | -| Postgres Exporter | 0.5 | 0.250 | 0 | -| **Total** | **12** | **20** | **450** | +| Module | CPU | RAM, Gi | Storage, Gb | +| ----------------- | -------- | --------- | ----------- | +| Patroni Cluster | 4 | 8 | 200 | +| Backup Daemon | 3 | 3 | 50 | +| DBaaS Adapter | 0.5 | 0.5 | 0 | +| Monitoring Agent | 0.25 | 0.5 | 0 | +| Postgres Exporter | 0.5 | 0.250 | 0 | +| **Total** | **12.3** | **20.5** | **450** | ### Storage Recommendations