Date: Fri, 2 Jul 1999 16:10:57 -0500 (CDT) From: Stan Shkolnyy <stan@laurent.osgroup.com> To: Dennis <dennis@etinc.com> Cc: hackers@FreeBSD.ORG Subject: Re: mbufs question/problem Message-ID: <Pine.LNX.3.95.990702160537.4189A-100000@laurent.osgroup.com> In-Reply-To: <199906302150.RAA01512@etinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Jun 1999, Dennis wrote: > > I have a customer who has been experiencing "slow downs" with a freebsd > router....they have substantially increased performance by reducing > MINCLSIZE. I havent tracked the source, but im trying to hypothesize what > it might be. On the surface I cant see any relationship since very few > routines seem dependent on that value (m_devget() in particular, but I dont > believe they are using any driver that use it). Is it possible that they > are running out of small mbufs (they have NMBCLUSTERS set to a very high > value)? > > Any ideas would be helpful. I have not noticed answers so far, so maybe their drivers copy mbufs very often. AFAIK, "small" mbufs are indeed copied but "cluster" ones are not, so when they forced the system to use more "cluster" mbufs, they got substantial savings on copy operations. 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?Pine.LNX.3.95.990702160537.4189A-100000>