aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/config.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r--doc/src/sgml/config.sgml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 93735e3aea5..94d1eb2b81a 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2151,6 +2151,22 @@ include_dir 'conf.d'
</listitem>
</varlistentry>
+ <varlistentry id="guc-max-notify-queue-pages" xreflabel="max_notify_queue_pages">
+ <term><varname>max_notify_queue_pages</varname> (<type>integer</type>)
+ <indexterm>
+ <primary><varname>max_notify_queue_pages</varname> configuration parameter</primary>
+ </indexterm>
+ </term>
+ <listitem>
+ <para>
+ Specifies the maximum amount of allocated pages for
+ <xref linkend="sql-notify"/> / <xref linkend="sql-listen"/> queue.
+ The default value is 1048576. For 8 KB pages it allows to consume
+ up to 8 GB of disk space.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>