From: Bruce Momjian Date: Tue, 29 Apr 2025 13:45:19 +0000 (-0400) Subject: doc: clarify new behavior of max_files_per_process X-Git-Tag: REL_18_BETA1~57 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9a9e60fed39268bb85b59dde3cdb0b0166c85cc5;p=postgresql.git doc: clarify new behavior of max_files_per_process --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 14661ac2cc6..007f1fbe006 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2417,8 +2417,8 @@ include_dir 'conf.d' 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. If the kernel is enforcing