Re: Excessive (?) Pg file descriptor use when partitioning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Excessive (?) Pg file descriptor use when partitioning
Дата
Msg-id 13397.1243117902@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Excessive (?) Pg file descriptor use when partitioning  (Henry <henry@zen.co.za>)
Список pgsql-general
Henry <henry@zen.co.za> writes:
> However,  once I start real processing and there's lots of updates and
> selects occurring, file descriptor usage (by many Pg procs) will
> gleefully claw it's way up to 400k (on the busy cluster master node)
> and eventually bludgeon my arbitrary 500k limit.  Each Pg process eats
> about 991 fd's.

You can adjust that with max_files_per_process.  I wouldn't make it
too small though.

            regards, tom lane

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

Предыдущее
От: Havasvölgyi Ottó
Дата:
Сообщение: Re: 8.3: timestamp subtraction
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.3: timestamp subtraction