Skip to content

Commit 04b0c82

Browse files
committed
Add more information on PostgreSQL max_connections tuning
1 parent 5a4023f commit 04b0c82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/deployment/ibm-code-engine.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ ibmcloud cdb deployment-scaling-set mcpgw-db \
307307
--members 3 --memory-gb 16
308308

309309
# Update the number of maximum connections:
310-
ibmcloud cdb deployment-configuration YOUR_DB_CRN '{"configuration":{"max_connections":215}}'
310+
ibmcloud cdb deployment-configuration YOUR_DB_CRN '{"configuration":{"max_connections":215}}'
311+
312+
# show max_connections;
311313
```
312314
313315
The gateway will reconnect transparently because the host name remains stable. See the [documentation for more details](https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-managing-connections&locale=en#raise-connection-limit).

0 commit comments

Comments
 (0)