On Mon, 2026-05-25 at 22:46 +0530, mahamood hussain wrote: > Current DB2 Setting: > Max open files = 65535 > We would like clarification on: > 1. Is increasing the open file limit (ulimit -n) recommended/required for PostgreSQL in such > multi-cluster production environments?
65535 will be more than you need, unless you plan to use thousands of partitions or processes, which is a bad idea anyway.
> 2. What would be the recommended LimitNOFILE value for PostgreSQL considering:multiple clusters > on same hostproduction workloadsPgBouncer usageETL-heavy processing
It all depends on how many files (tables, indexes) you plan to use. If you are worried, just set the limit higher.