Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc1beea

Browse files
author
Liudmila Mantrova
committed
DOC: added needoptimization option to install-bin
1 parent 88447bc commit dc1beea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/src/sgml/installation-bin.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,8 @@ create the <filename>INI</filename> file manually, as described in <xref linkend
10111011
<sect3 id="ini-file-format">
10121012
<title>INI File Format</title>
10131013
<para>
1014-
In the section [options] can be these options:
1014+
You can add the following installation options
1015+
to the [options] section of the INI file:
10151016
</para>
10161017
<itemizedlist spacing="compact">
10171018
<listitem>
@@ -1076,6 +1077,12 @@ create the <filename>INI</filename> file manually, as described in <xref linkend
10761077
<varname>PGPORT</varname>, <varname>PGLOCALEDIR</varname>
10771078
</para>
10781079
</listitem>
1080+
<listitem>
1081+
<para>
1082+
<literal>needoptimization = 0</literal> &mdash; disable automatic
1083+
tuning of configuration parameters based on the available system resources.
1084+
</para>
1085+
</listitem>
10791086
</itemizedlist>
10801087
</sect3>
10811088
</sect2>

0 commit comments

Comments
 (0)