diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-04-29 09:45:19 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-04-29 09:45:41 -0400 |
commit | 9a9e60fed39268bb85b59dde3cdb0b0166c85cc5 (patch) | |
tree | 61f89267f4dd551f91e14ee1c9e81d3cb618f3c1 /doc/src | |
parent | 913c60b067aa1a618420fd0372c4df3cf5501863 (diff) | |
download | postgresql-9a9e60fed39268bb85b59dde3cdb0b0166c85cc5.tar.gz postgresql-9a9e60fed39268bb85b59dde3cdb0b0166c85cc5.zip |
doc: clarify new behavior of max_files_per_process
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
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 |