Skip to content

Commit 7c3b286

Browse files
Merge pull request #209157 from AwdotiaRomanowna/patch-1
[PostgreSQL] inaccurate data
2 parents d0540bd + 22a6f51 commit 7c3b286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/single-server/concepts-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When connections exceed the limit, you may receive the following error:
4242
> [!IMPORTANT]
4343
> For best experience, we recommend that you use a connection pooler like pgBouncer to efficiently manage connections.
4444
45-
A PostgreSQL connection, even idle, can occupy about 10MB of memory. Also, creating new connections takes time. Most applications request many short-lived connections, which compounds this situation. The result is fewer resources available for your actual workload leading to decreased performance. A connection pooler that decreases idle connections and reuses existing connections will help avoid this. To learn more, visit our [blog post](https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/not-all-postgres-connection-pooling-is-equal/ba-p/825717).
45+
A PostgreSQL connection, even idle, can occupy up to 2MB of memory. Also, creating new connections takes time. Most applications request many short-lived connections, which compounds this situation. The result is fewer resources available for your actual workload leading to decreased performance. A connection pooler that decreases idle connections and reuses existing connections will help avoid this. To learn more, visit our [blog post](https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/not-all-postgres-connection-pooling-is-equal/ba-p/825717).
4646

4747
## Functional limitations
4848

0 commit comments

Comments
 (0)