Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ba3462

Browse filesBrowse files
committed
Document that increasing max_connections uses more resources.
Roberto Mello Discussion: http://postgr.es/m/CAKz==bJBCWrvN77fmuZ2XqD3jazWEb=E80AA4Yv9C9tQ61YDdQ@mail.gmail.com
1 parent fa65a02 commit 8ba3462
Copy full SHA for 8ba3462

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,12 @@ include_dir 'conf.d'
707707
only be set at server start.
708708
</para>
709709

710+
<para>
711+
PostgreSQL sizes certain resources based directly on the value of
712+
<varname>max_connections</varname>. Increasing its value leads to
713+
higher allocation of those resources, including shared memory.
714+
</para>
715+
710716
<para>
711717
When running a standby server, you must set this parameter to the
712718
same or higher value than on the primary server. Otherwise, queries

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.