Re: Max simultaneous NFS mounts?

1999-08-13 Thread Matthew Dillon

: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. SutterCole's Law:  Thinly sliced cabbage.

NFS mounts allocate a dummy minor device number.  I believe there is
a limitation of 256 there.

-Matt
Matthew Dillon 
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Max simultaneous NFS mounts?

1999-08-13 Thread Gregory Sutter
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?

Last, where could I have found this information myself?

Thanks very much.

Greg
-- 
Gregory S. Sutter Software is like sex; it's better
mailto:gsut...@pobox.com   when it's free.  -- Linus Torvalds
http://www.pobox.com/~gsutter/
PGP DSS public key 0x40AE3052


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: Max simultaneous NFS mounts?

1999-08-13 Thread Gregory Sutter
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. SutterCole's Law:  Thinly sliced cabbage.
mailto:gsut...@pobox.com
http://www.pobox.com/~gsutter/
PGP DSS public key 0x40AE3052


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: Max simultaneous NFS mounts?

1999-08-13 Thread Matthew Dillon
: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. SutterCole's Law:  Thinly sliced cabbage.

NFS mounts allocate a dummy minor device number.  I believe there is
a limitation of 256 there.

-Matt
Matthew Dillon 
dil...@backplane.com


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Max simultaneous NFS mounts?

1999-08-12 Thread Gregory Sutter

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?

Last, where could I have found this information myself?

Thanks very much.

Greg
-- 
Gregory S. Sutter "Software is like sex; it's better
mailto:[EMAIL PROTECTED]   when it's free."  -- Linus Torvalds
http://www.pobox.com/~gsutter/
PGP DSS public key 0x40AE3052


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message