On 5/30/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote:
On Tue, 30 May 2006, Nico Meijer wrote:> Hi Greg, > > > Sysctl is set at the default. > > What happens if you up the default of kern.maxfiles from 1772 to 70880 or > something like that? > > Bye... Nico My guess this is a per-process open file descriptor limit problem, see ulimit.
I bumped it up to 512 from 64, and it's almost done now. I assume that was the problem. Thanks, Greg