Too Many Open Files... NetBSD

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Too Many Open Files... NetBSD
Дата
Msg-id sc1f4857.091@mail.tpchd.org
обсуждение исходный текст
Ответы Re: Too Many Open Files... NetBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Too Many Open Files... NetBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Too Many Open Files... NetBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Argh.  I have finally come to the point where i have to pay attention to this nuts and bolts stuff.

I get:  ERROR:  pltcl: couldn't create pipe: too many open files

Is this the issue that requires setting options and recompiling my kernel like :

<Bruce's article>

FreeBSD
NetBSD
OpenBSD
The options SYSVSHM and SYSVSEM need to be enabled when the kernel is compiled. (They are by default.) The maximum size
ofshared memory is determined by the option SHMMAXPGS (in pages). The following shows an example of how to set the
variousparameters:  

options         SYSVSHM
options         SHMMAXPGS=4096
options         SHMSEG=256

options         SYSVSEM
options         SEMMNI=256
options         SEMMNS=512
options         SEMMNU=256
options         SEMMAP=256
(On NetBSD and OpenBSD the key word is actually option singular.)

</Bruce's article>

It seems there is no easy way to tweak kernel memory configuration stuff in NetBSD.  Can someone with some experience
inthis help me out here?  Thanks!! 

Ian A. Harding
Programmer/Analyst II
Tacoma-Pierce County Health Department
(253) 798-3549
mailto: iharding@tpchd.org


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

Предыдущее
От: Joe Koenig
Дата:
Сообщение: Re: Way to use count() and LIMIT?
Следующее
От: "SHELTON,MICHAEL (Non-HP-Boise,ex1)"
Дата:
Сообщение: Re: Way to use count() and LIMIT?