Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa65a02 commit 8ba3462Copy full SHA for 8ba3462
doc/src/sgml/config.sgml
@@ -707,6 +707,12 @@ include_dir 'conf.d'
707
only be set at server start.
708
</para>
709
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
+
716
<para>
717
When running a standby server, you must set this parameter to the
718
same or higher value than on the primary server. Otherwise, queries
0 commit comments