summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2025-04-29 13:45:19 +0000
committerBruce Momjian2025-04-29 13:45:41 +0000
commit9a9e60fed39268bb85b59dde3cdb0b0166c85cc5 (patch)
tree61f89267f4dd551f91e14ee1c9e81d3cb618f3c1
parent913c60b067aa1a618420fd0372c4df3cf5501863 (diff)
doc: clarify new behavior of max_files_per_process
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 2 insertions, 2 deletions
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'
<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