mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: clarify new behavior of max_files_per_process
This commit is contained in:
parent
913c60b067
commit
9a9e60fed3
1 changed files with 2 additions and 2 deletions
|
|
@ -2417,8 +2417,8 @@ include_dir 'conf.d'
|
|||
<listitem>
|
||||
<para>
|
||||
Sets the maximum number of open files each server subprocess is
|
||||
allowed to open simultaneously, in addition to the files already open
|
||||
in postmaster. The default is one thousand files.
|
||||
allowed to open simultaneously; files opened by the postmaster are
|
||||
not counted toward this limit. The default is one thousand files.
|
||||
</para>
|
||||
<para>
|
||||
If the kernel is enforcing
|
||||
|
|
|
|||
Loading…
Reference in a new issue