@@ -753,10 +753,10 @@ <H4><A NAME="3.12">3.12</A>) I get 'Sorry, too many clients' when trying
753
753
numbers of backend processes, you are also likely to find that you need
754
754
to increase various Unix kernel configuration parameters. Things to
755
755
check include the maximum size of shared memory blocks,
756
- < SMALL > SHMMAX, </ SMALL > the maximum number of semaphores,
757
- < SMALL > SEMMNS</ SMALL > and< SMALL > SEMMNI, </ SMALL > the maximum number of
758
- processes,< SMALL > NPROC, </ SMALL > the maximum number of processes per
759
- user,< SMALL > MAXUPRC, </ SMALL > and the maximum number of open files,
756
+ < SMALL > SHMMAX; </ SMALL > the maximum number of semaphores,
757
+ < SMALL > SEMMNS</ SMALL > and< SMALL > SEMMNI; </ SMALL > the maximum number of
758
+ processes,< SMALL > NPROC; </ SMALL > the maximum number of processes per
759
+ user,< SMALL > MAXUPRC; </ SMALL > and the maximum number of open files,
760
760
< SMALL > NFILE</ SMALL > and< SMALL > NINODE.</ SMALL > The reason that PostgreSQL
761
761
has a limit on the number of allowed backend processes is so
762
762
your system won't run out of resources.< P >