On 08/05/2008 02:41 PM, Milan Jurik wrote: > Hi, > > V út, 05. 08. 2008 v 13:31, Sotiris Tsimbonis píše: >> On 08/05/2008 11:21 AM, Elias wrote: >>> Hi all, >>> I've tried running 9.5.0-P2 on a Solaris 10 box but it is not running OK as >>> queries fail (gives a SERVFAIL error) intermittently. Trace logging shows a >>> 'socket: too many open file descriptors' error message and this does not >>> happen when running 9.5.1b1. >>> >> Unfortunately, same 'too many open file descriptor' errors here, when I >> downgraded from 9.4.3b2 to 9.4.2-P2 (Solaris 9 and 10, with unlimited >> open files). >> > > Did you try to define ISC_SOCKET_FDSETSIZE with value > 1024 for your > compilation?
Initially no, I compiled 9.4.2-P2 using the values detected by ./configure. I have now recompiled with ISC_SOCKET_FDSETSIZE=4096 and will deploy the new binary shortly.. Sot.