[note no cc to user] If they don't define FD_SETSIZE to be > the default of 256, it won't work with more than 256. defining it in the source before it include any headers should work ok iff BSDI supports that properly. This is not an Apache issue but a BSD/OS one.
On Mon, 7 Apr 1997, Ken A L Coar wrote: > The following reply was made to PR general/274; it has been noted by GNATS. > > From: [EMAIL PROTECTED] (Ken A L Coar) > To: [EMAIL PROTECTED] > Subject: Re: general/274: add'l info > Date: Mon, 7 Apr 1997 11:53 -0400 > > > From the fingers of [EMAIL PROTECTED] flowed the following: > > > >Hi, > > > >I changed the ulimits from > > > >core file size (blocks) unlimited > >data seg size (kbytes) 65536 > >file size (blocks) unlimited > >max memory size (kbytes) 95144 > >stack size (kbytes) 2048 > >cpu time (seconds) unlimited > >max user processes 512 > >pipe size (512 bytes) 2 > >open files 512 > >virtual memory (kbytes) 67584 > > > >to > > > >core file size (blocks) unlimited > >data seg size (kbytes) 65536 > >file size (blocks) unlimited > >max memory size (kbytes) unlimited > >stack size (kbytes) 65536 > >cpu time (seconds) unlimited > >max user processes 512 > >pipe size (512 bytes) 2 > >open files 12890 > >virtual memory (kbytes) 131072 > > > >for the shell that is starting the daemon. It did not change the problem. > >Do I need to change these limits on the kernel? > > > >THANX for the help, > >Todd >
