Date: Mon, 23 Oct 2000 16:19:38 +0800 From: noel timario <noel.timario@ramcargroup.com> To: Alexander Rudak <ru@ro.com.ua> Cc: freebsd-questions@freebsd.org Subject: Re: Maximum open files Message-ID: <39F3F49A.82F14508@ramcargroup.com> References: <3414.001023@ro.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Use this... /sbin/sysctl -w kern.maxfiles=2048 /sbin/sysctl -w kern.maxfilesperproc=2048 that's 2048 K increase or just check the man page for more optimum performance. noelt. Alexander Rudak wrote: > Hello everybody, > > Is there any way to increase possible number of maximum open > files in the system? I get "Too many files open in the system" > Kernel message. I didn't find any similar option at the kernel > configuration file. May be it is memory lack? > > ----- > Best regards, > Alexander Rudak, > PopNet Kiev: http://www.popnet.kiev.ua > e-mail: a.rudak@popnet.kiev.ua, ru@ro.com.ua > ICQ# 27779798 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39F3F49A.82F14508>