Re: mbuf allocation on FreeBSD 6.x

2007-11-21 Thread Dan Nelson
In the last episode (Nov 21), Jay Aikat said:
>   I recall being able to set kern.ipc.nmbufs in the older
> versions of FreeBSD. How do we set the same in 6.x - it does not seem
> to exist.  Or maybe there is a different way to manage mbufs?

According to the mbuf manpage, as of FreeBSD 5.3 mbufs are just regular
kernel-malloced memory and have no hard limit apart from available
memory.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mbuf allocation on FreeBSD 6.x

2007-11-21 Thread Jay Aikat

Hi,
	I recall being able to set kern.ipc.nmbufs in the older versions of FreeBSD. 
How do we set the same in 6.x - it does not seem to exist.  Or maybe there is a 
different way to manage mbufs?

Thanks,
--Jay.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mbuf allocation on FreeBSD 6.x

2007-11-20 Thread Jay Aikat

Hi,
	I recall being able to set kern.ipc.nmbclusters and nmbufs in the old versions. 
 How do we set the same in 6.x - it does not seem to exist.  Or maybe there is 
a different way to manage mbufs?  Thanks,

--Jay.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"