The default is <literal>TLSv1.2</literal>, which satisfies industry
best practices as of this writing.
</para>
+
+ <para>
+ This parameter can only be set in the <filename>postgresql.conf</filename>
+ file or on the server command line.
+ </para>
</listitem>
</varlistentry>
useful for testing or if some component has issues working with a
newer protocol.
</para>
+
+ <para>
+ This parameter can only be set in the <filename>postgresql.conf</filename>
+ file or on the server command line.
+ </para>
</listitem>
</varlistentry>
<xref linkend="guc-huge-pages"/>.
The default is zero (<literal>0</literal>).
When set to <literal>0</literal>, the default huge page size on the
- system will be used.
+ system will be used. This parameter can only be set at server start.
</para>
<para>
Some commonly available page sizes on modern 64 bit server architectures include:
the value of <xref linkend="guc-maintenance-work-mem"/> should
be used instead. The setting has no effect on the behavior of
<command>VACUUM</command> when run in other contexts.
+ This parameter can only be set in the
+ <filename>postgresql.conf</filename> file or on the server command
+ line.
</para>
</listitem>
</varlistentry>
the <varname>huge_pages</varname> setting on operating systems where
that is supported, and may be more likely to benefit from larger pages
on operating systems where that is managed automatically.
- The default value is <literal>0</literal> (none).
+ The default value is <literal>0</literal> (none). This parameter can
+ only be set at server start.
</para>
</listitem>
</varlistentry>
<varname>max_worker_processes</varname>.
</para>
<para>
- The default value is 4.
+ The default value is 4. This parameter can only be set at server
+ start.
</para>
</listitem>
</varlistentry>
<varname>max_logical_replication_workers</varname>.
</para>
<para>
- The default value is 2.
+ The default value is 2. This parameter can only be set in the
+ <filename>postgresql.conf</filename> file or on the server command
+ line.
</para>
</listitem>
</varlistentry>
useful to disable the restart so that the clusterware can gain
control and take any actions it deems appropriate.
</para>
+
+ <para>
+ This parameter can only be set in the <filename>postgresql.conf</filename>
+ file or on the server command line.
+ </para>
</listitem>
</varlistentry>
retained and may be used for debugging, for example. Repeated crashes
may however result in accumulation of useless files.
</para>
+
+ <para>
+ This parameter can only be set in the <filename>postgresql.conf</filename>
+ file or on the server command line.
+ </para>
</listitem>
</varlistentry>
<productname>PostgreSQL</productname>, and relevant error messages may
appear only in kernel logs.
</para>
+ <para>
+ This parameter can only be set at server start.
+ </para>
</listitem>
</varlistentry>