1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-31 03:21:24 +03:00

doc: clarify new behavior of max_files_per_process

This commit is contained in:
Bruce Momjian 2025-04-29 09:45:19 -04:00
parent 913c60b067
commit 9a9e60fed3

View File

@ -2417,8 +2417,8 @@ include_dir 'conf.d'
<listitem> <listitem>
<para> <para>
Sets the maximum number of open files each server subprocess is Sets the maximum number of open files each server subprocess is
allowed to open simultaneously, in addition to the files already open allowed to open simultaneously; files opened by the postmaster are
in postmaster. The default is one thousand files. not counted toward this limit. The default is one thousand files.
</para> </para>
<para> <para>
If the kernel is enforcing If the kernel is enforcing