Re: PostgreSQL running out of file handles

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: PostgreSQL running out of file handles
Дата
Msg-id 42841E8F.10605@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: PostgreSQL running out of file handles  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I suppose you are running on some BSD variant?  BSD is notorious for
> promising more than it can deliver with respect to number of open files
> per process.  This is a kernel bug, not a Postgres bug.
> 
> You can adjust Postgres' max_files_per_process setting to compensate for
> the kernel's lying about its capabilities.
> 
> (Postgres is in fact one of the most robust applications I know of
> in terms of not going belly-up in response to EMFILE or ENFILE.
> However, if there are not any spare descriptors to close, there's
> not a lot we can do except fail.)
> 
>             regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Permissions not removed when group dropped
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [ADMIN] Permissions not removed when group dropped