Re: Too-many-files errors on OS X

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Too-many-files errors on OS X
Дата
Msg-id 40398F62.8060304@joeconway.com
обсуждение исходный текст
Ответ на Re: Too-many-files errors on OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Confirmations on other platforms please, anyone?
> 
> For anyone else who has problems getting it to compile, try copying 
> the relevant version of pg_dlopen from src/backend/port/dynloader/. I
> attach the code I actually ran on HPUX.

FWIW:

RH9
-------------------
# ./eatallfds libperl.so libR.so libtcl.so
dup() failed: Too many open files
Was able to use 1021 file descriptors
dup() failed: Too many open files
Was able to use 1021 file descriptors after opening 3 shared libs

Fedora
-------------------
# ./eatallfds libR.so libtcl.so libperl.so
dup() failed: Too many open files
Was able to use 1021 file descriptors
dup() failed: Too many open files
Was able to use 1021 file descriptors after opening 3 shared libs

Joe


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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: Re: Too-many-files errors on OS X
Следующее
От: "Ramanujam H S Iyengar"
Дата:
Сообщение: Stop rescan of inner relation in NestLoop ?