Contents
max_files_per_process
A configuration parameter determining the maximum number of files opened by a process
max_files_per_process
is a configuration parameter determining the maximum number of files which can be simultaneously opened by a single process.
max_files_per_process
was added in PostgreSQL 7.2.
Default value
The default value for max_files_per_process
is: 1000
.
Change history
- PostgreSQL 13
- minimum value changed from
25
to64
(commit 3d475515)
- minimum value changed from
- PostgreSQL 7.2
- added (commit f9f25828)
References
- PostgreSQL documentation: max_files_per_process