From c4086386b614abf6d8d7660de23bbe9c16267841 Mon Sep 17 00:00:00 2001 From: yerkennz Date: Tue, 2 Jun 2026 15:20:09 +0500 Subject: [PATCH 1/2] 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 From e795218545912a0c11409318bc098753df1c3993 Mon Sep 17 00:00:00 2001 From: yerkennz Date: Fri, 12 Jun 2026 10:08:09 +0500 Subject: [PATCH 2/2] fix: decrease adapter ram values --- docs/public/installation.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/public/installation.md b/docs/public/installation.md index dc48d0e5..d2a48cb2 100644 --- a/docs/public/installation.md +++ b/docs/public/installation.md @@ -148,14 +148,14 @@ 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.5 | 0.5 | 0 | -| Monitoring Agent | 0.25 | 0.5 | 0 | -| Postgres Exporter | 0.3 | 0.125 | 0 | -| **Total** | **6.3** | **10.5** | **250** | +| Module | CPU | RAM, Gi | Storage, Gb | +| ----------------- | -------- | --------- | ----------- | +| Patroni Cluster | 2 | 4 | 100 | +| Backup Daemon | 1 | 1 | 50 | +| DBaaS Adapter | 0.5 | 0.12 | 0 | +| Monitoring Agent | 0.25 | 0.5 | 0 | +| Postgres Exporter | 0.3 | 0.125 | 0 | +| **Total** | **6.05** | **9.75** | **250** | ### Large @@ -165,10 +165,10 @@ Large means PostgreSQL `max_connections` equals to 2000. | ----------------- | -------- | --------- | ----------- | | Patroni Cluster | 4 | 8 | 200 | | Backup Daemon | 3 | 3 | 50 | -| DBaaS Adapter | 0.5 | 0.5 | 0 | +| DBaaS Adapter | 0.5 | 0.12 | 0 | | Monitoring Agent | 0.25 | 0.5 | 0 | | Postgres Exporter | 0.5 | 0.250 | 0 | -| **Total** | **12.3** | **20.5** | **450** | +| **Total** | **12.3** | **19.9** | **450** | ### Storage Recommendations