diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-04-29 10:30:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-04-29 10:30:08 -0400 |
commit | faced8e6a40b469bf9603db868beb6604c95df32 (patch) | |
tree | 86596a934bc0ea67341fa31eef19f0601b205cd1 /doc/src | |
parent | 9a9e60fed39268bb85b59dde3cdb0b0166c85cc5 (diff) | |
download | postgresql-faced8e6a40b469bf9603db868beb6604c95df32.tar.gz postgresql-faced8e6a40b469bf9603db868beb6604c95df32.zip |
doc: adjust max_files_per_process again
Reported-by: Andres Freund
Discussion: https://postgr.es/m/5yqochswkulckuzzrwgv2nqdrfh4k4coc4uwq4lvgzkfwnbjbd@46igbiwjabn2
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 007f1fbe006..fd6e3e02890 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2417,8 +2417,9 @@ include_dir 'conf.d' <listitem> <para> Sets the maximum number of open files each server subprocess is - allowed to open simultaneously; files opened by the postmaster are - not counted toward this limit. The default is one thousand files. + allowed to open simultaneously; files already opened in the + postmaster are not counted toward this limit. The default is one + thousand files. </para> <para> If the kernel is enforcing |