On Tue, Jan 29, 2002 at 04:29:56PM -0500, Greg Ames wrote: > Does anyone know if there's a way to up the system limit for fd's on FreeBSD > without recompiling the kernel?
sysctl -w kern.maxfiles=<your new value> kern.openfiles says only 888 right now, so I'm sort of doubtful this is coming from the kernel. This sounds like something other than the kernel. The format of the error message I'm seeing on daedalus is: <3>file: table is full I wonder if it is related to vmdaemon which is PID 3. -- justin