9.5.0-P2 and socket: too many open file descriptors

JINMEI Tatuya / 神明達哉 Jinmei_Tatuya at isc.org
Mon Aug 18 22:19:21 UTC 2008


At Mon, 18 Aug 2008 14:37:51 -0700,
JINMEI Tatuya <Jinmei_Tatuya at isc.org> wrote:
> 
> At Sun, 17 Aug 2008 12:51:59 +0300,
> "Ejaz" <mejaz at cyberia.net.sa> wrote:
> 
> > How can I increase  the amount of file descriptors available in my
> > solaris 10 (x86),  Is there some setting in /etc/system that I can
> > do this ? 
> 
> You should at least compile BIND9 with a larger FD_SETSIZE (which is
> the case for Solaris; the necessary procedure vary among OSes):
> 
> Example: if you increase the size to 4096,
> $ STD_CDEFINES='FD_SETSIZE=4096' ./configure <other config options>

Correction:
$ STD_CDEFINES='-DFD_SETSIZE=4096' ./configure <other config options>

---
JINMEI, Tatuya


More information about the bind-users mailing list