Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f972fa

Browse files
committed
Update FAQ.
1 parente2a43d8 commit0f972fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎doc/FAQ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@
605605
should be more than that for best performance. For large numbers of
606606
backend processes, you are also likely to find that you need to
607607
increase various Unix kernel configuration parameters. Things to check
608-
include the maximum size of shared memory blocks, SHMMAX, the maximum
609-
number of semaphores, SEMMNS and SEMMNI, the maximum number of
610-
processes, NPROC, the maximum number of processes per user, MAXUPRC,
608+
include the maximum size of shared memory blocks, SHMMAX; the maximum
609+
number of semaphores, SEMMNS and SEMMNI; the maximum number of
610+
processes, NPROC; the maximum number of processes per user, MAXUPRC;
611611
and the maximum number of open files, NFILE and NINODE. The reason
612612
that PostgreSQL has a limit on the number of allowed backend processes
613613
is so your system won't run out of resources.

‎doc/src/FAQ/FAQ.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,10 +753,10 @@ <H4><A NAME="3.12">3.12</A>) I get 'Sorry, too many clients' when trying
753753
numbers of backend processes, you are also likely to find that you need
754754
to increase various Unix kernel configuration parameters. Things to
755755
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,
760760
<SMALL>NFILE</SMALL> and<SMALL>NINODE.</SMALL> The reason that PostgreSQL
761761
has a limit on the number of allowed backend processes is so
762762
your system won't run out of resources.<P>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp