Date: Thu, 11 Jul 2002 17:35:50 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Larry Tai <larry@wald.ucdavis.edu> Cc: stable@FreeBSD.ORG Subject: Re: How to find out the default FD_SETSIZE in Freebsd-4.5 stable? Message-ID: <20020711163550.GA52376@walton.maths.tcd.ie> In-Reply-To: <Pine.OSF.4.21.0207101635360.24927-100000@wald.ucdavis.edu> References: <Pine.OSF.4.21.0207101635360.24927-100000@wald.ucdavis.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 10, 2002 at 05:05:59PM -0700, Larry Tai wrote: > Is there any way to find out what the default FD_SETSIZE under > Freebsd-4.5-stable is? And is this a kernel parameter that can be > increased without penalty of performance degradation elsewhere? It isn't a kernel parameter - it is actually a compile time parameter. Have a look at the man page for select - it describes how to bump the value at compile time. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020711163550.GA52376>