Date: Fri, 13 Aug 1999 11:57:36 -0700 From: Gregory Sutter <gsutter@pobox.com> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Max simultaneous NFS mounts? Message-ID: <19990813115736.A62723@forty-two.egroups.net> In-Reply-To: <19990812231623.Y62723@forty-two.egroups.net>; from Gregory Sutter on Thu, Aug 12, 1999 at 11:16:23PM -0700 References: <19990812231623.Y62723@forty-two.egroups.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 12, 1999 at 11:16:23PM -0700, Gregory Sutter wrote: > What is the (default) maximum number of simultanous NFS mounts in > FreeBSD 2.2.8 and 3.2? > > I was looking at 3.2 and it appears that 63 is the max, and this is > tunable with kernel config option NFS_MUIDHASHSIZ. Is this correct? > What is the maximum possible setting? Bleah. Strike that. NFS mounts don't seem to be any different from normal mounts, so they just get inserted into mountlist, which is a CIRCLEQ. This means that the only limitation is the amount of available kernel memory, correct? Greg -- Gregory S. Sutter Cole's Law: Thinly sliced cabbage. mailto:gsutter@pobox.com http://www.pobox.com/~gsutter/ PGP DSS public key 0x40AE3052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990813115736.A62723>