Re: Too many open files from postgres.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Too many open files from postgres.
Дата
Msg-id 10020.1155182765@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Too many open files from postgres.  ("Mavinakuli, Prasanna (STSD)" <prasanna.b-m@hp.com>)
Список pgsql-general
"Mavinakuli, Prasanna (STSD)" <prasanna.b-m@hp.com> writes:
> We have observed that postgres opens many files in data directory
> And won't close till next vacuum (I experience it)
> When it hits max limit, we won't able to open any other files.

> So what's the solution ..?

Reduce PG's max_files_per_process setting, or increase your kernel's
max-number-of-open-files limit.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: Re: Connection string
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Accessing Database Data from C Function