On Wed, Nov 29, 2000 at 09:10:25AM -0800, Mike Smith wrote:
> If 'maxusers' is less than 128, bump that up first. Then you can try
> defining MAXFILES in your config file if you still hit the limit; check
> the output of 'sysctl kern.maxfiles' to find what it's currently at.
You can also do it dyanmically by:
root# /sbin/sysctl -w kern.maxfiles=2048
root# /sbin/sysctl -w kern.maxfilesperproc=1024
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message