[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: increase Number of filedescriptors



In message <002901c25e24$ae1376e0$02a9a8c0@valentin>
	so spake "Torsten Valentin" (winsock2):

> What are those limitations, why are they, where are they, how can I
> modify them? What disadvantages are there after modifying this to 20.000
> ?

I suspect you'll need to modify the kern.maxfiles sysctl
variable.  Run "sysctl kern.maxfiles" to see its value and 
"sysctl -w kern.maxfiles=N" to increase it to 'N'.

You may also need to adjust "openfiles-cur" the daemon entry in
/etc/login.conf.

 - todd