From: Bruce Momjian Date: Fri, 26 Sep 2003 17:47:44 +0000 (+0000) Subject: Add "tuning" section to install instructions. X-Git-Tag: REL7_4_BETA4~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90322456fe7d302e52cebc57fe7126aa0eb93353;p=postgresql Add "tuning" section to install instructions. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index df7149b1ff..ea445bed66 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -1155,6 +1155,26 @@ All of PostgreSQL is successfully made. Ready to install. <sect1 id="install-post"> <title>Post-Installation Setup + + Tuning + + + tuning + + + + By default, PostgreSQL is configured to run on minimal + hardware. This allows it to start up with almost any hardware + configuration. However, the default configuration is not designed for + optimum performance. To achieve optimum performance, several server + variables must be adjusted, the two most common being + shared_buffers and sort_mem + mentioned in . Other + paramters in also affect + performance. + + + Shared Libraries