]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Thu, 5 Oct 2000 04:57:27 +0000 (04:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 5 Oct 2000 04:57:27 +0000 (04:57 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 6bc484440f5dd13e299b7ce6c08d1a2f00c039d2..8d00befa3e72e9729786b6c42659a65bab375c4b 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    should be more than that for best performance. For large numbers of
    backend processes, you are also likely to find that you need to
    increase various Unix kernel configuration parameters. Things to check
-   include the maximum size of shared memory blocks, SHMMAX, the maximum
-   number of semaphores, SEMMNS and SEMMNI, the maximum number of
-   processes, NPROC, the maximum number of processes per user, MAXUPRC,
+   include the maximum size of shared memory blocks, SHMMAX; the maximum
+   number of semaphores, SEMMNS and SEMMNI; the maximum number of
+   processes, NPROC; the maximum number of processes per user, MAXUPRC;
    and the maximum number of open files, NFILE and NINODE. The reason
    that PostgreSQL has a limit on the number of allowed backend processes
    is so your system won't run out of resources.
index bae3c6490dce0e6fb7f67f6551da3e73c5151ca4..e51b4fa270367a5e2136a8176bac97d21fb3db60 100644 (file)
@@ -753,10 +753,10 @@ probably should be more than that for best performance. For large
 numbers of backend processes, you are also likely to find that you need
 to increase various Unix kernel configuration parameters. Things to
 check include the maximum size of shared memory blocks,
-<SMALL>SHMMAX,</SMALL> the maximum number of semaphores,
-<SMALL>SEMMNS</SMALL> and <SMALL>SEMMNI,</SMALL> the maximum number of
-processes, <SMALL>NPROC,</SMALL> the maximum number of processes per
-user, <SMALL>MAXUPRC,</SMALL> and the maximum number of open files,
+<SMALL>SHMMAX;</SMALL> the maximum number of semaphores,
+<SMALL>SEMMNS</SMALL> and <SMALL>SEMMNI;</SMALL> the maximum number of
+processes, <SMALL>NPROC;</SMALL> the maximum number of processes per
+user, <SMALL>MAXUPRC;</SMALL> and the maximum number of open files,
 <SMALL>NFILE</SMALL> and <SMALL>NINODE.</SMALL> The reason that PostgreSQL
 has a limit on the number of allowed backend processes is so 
 your system won't run out of resources.<P>