Re: Number of open files - Mailing list pgsql-general

From Tom Lane
Subject Re: Number of open files
Date
Msg-id 25336.981477666@sss.pgh.pa.us
Whole thread Raw
In response to Number of open files  ("Mark Alliban" <MarkA@idnltd.com>)
List pgsql-general
"Mark Alliban" <MarkA@idnltd.com> writes:
> I am having problems with the number of open files on Redhat 6.1. The value
> of /proc/sys/fs/file-max is 4096 (the default), but this value is reached
> with about 50 ODBC connections. Increasing the file-max value would only
> temporarily improve matters because on the long-term I expect to have 500+
> active connections. How comes there are so many open files per connection?
> Is there any way to decrease the number of open files, so that I don't have
> to increase file-max to immense proportions?

You can hack the routine pg_nofile() in src/backend/storage/file/fd.c
to return some smaller number than it's returning now, but I really
wouldn't advise reducing it below thirty or so.  You'll still need to
increase file-max.

            regards, tom lane

pgsql-general by date:

Previous
From: Ned Lilly
Date:
Subject: Re: GUI Clients for PostgreSQL
Next
From: Chuck Esterbrook
Date:
Subject: PostreSQL SQL for MySQL SQL