File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.143 2003/09/13 17:01:09 momjian Exp $ -->
1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.144 2003/09/26 17:47:44 momjian Exp $ -->
22
33<chapter id="installation">
44 <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1155,6 +1155,26 @@ All of PostgreSQL is successfully made. Ready to install.
11551155 <sect1 id="install-post">
11561156 <title>Post-Installation Setup</title>
11571157
1158+ <sect2>
1159+ <title>Tuning</title>
1160+
1161+ <indexterm>
1162+ <primary>tuning</primary>
1163+ </indexterm>
1164+
1165+ <para>
1166+ By default, <productname>PostgreSQL</> is configured to run on minimal
1167+ hardware. This allows it to start up with almost any hardware
1168+ configuration. However, the default configuration is not designed for
1169+ optimum performance. To achieve optimum performance, several server
1170+ variables must be adjusted, the two most common being
1171+ <varname>shared_buffers</varname> and <varname> sort_mem</varname>
1172+ mentioned in <xref linkend="runtime-config-resource-memory">. Other
1173+ paramters in <xref linkend="runtime-config-resource"> also affect
1174+ performance.
1175+ </para>
1176+ </sect2>
1177+
11581178 <sect2>
11591179 <title>Shared Libraries</title>
11601180
You can’t perform that action at this time.
0 commit comments