At Mon, 18 Aug 2008 14:37:51 -0700, JINMEI Tatuya <[EMAIL PROTECTED]> wrote: > > At Sun, 17 Aug 2008 12:51:59 +0300, > "Ejaz" <[EMAIL PROTECTED]> 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