At 07:31 PM 8/4/1999 -0700, Daemeon Reiydelle wrote:
>In FreeBSD and Linux it probably still does. You will need
>to read up on kernel tuning parameters.
Can't have someone thinking unfavorably of FreeBSD, now can I? (don't
bother responding to that, I know that wasn't your intention)
toy# sysctl -a | grep maxfiles
kern.maxfiles: 2088
kern.maxfilesperproc: 2088
toy# sysctl -w kern.maxfiles=4096 kern.maxfilesperproc=4096
kern.maxfiles: 2088 -> 4096
kern.maxfilesperproc: 2088 -> 4096
Linux has a similar thing in the /proc filesystem, as someone else has
already pointed out.
--Ludwig Pummer <[EMAIL PROTECTED]>