From: Dan Nelson Date: February 3 2002 2:58am Subject: Re: sysctl & process limitations List-Archive: http://lists.mysql.com/mysql/98409 Message-Id: <20020203025807.GA92093@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Feb 02), Randy Arabie said: > On Sat, 2 Feb 2002, Dan Nelson wrote: > mysql. > > > kern.maxfiles = 1772 > > > > Raise that to (say) 5000. I assume netbsd has an /etc/sysctl.conf you > > can use, or you can do it manually via "sysctl -w kern.maxfiles=5000" . > > How high can I go?? > > Tried 5000, and it still bombs at the same point. I set that at the > kernel level and the descriptors at the process level. The error might not actually be the kernel limit being reached. It might just be the per-process rlimit. What does "ulimit -n" print? -- Dan Nelson dnelson@stripped