From owner-freebsd-bugs@FreeBSD.ORG Tue May 29 16:50:08 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54B821065672 for ; Tue, 29 May 2012 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 400478FC1B for ; Tue, 29 May 2012 16:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4TGo8x9089554 for ; Tue, 29 May 2012 16:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4TGo8K1089553; Tue, 29 May 2012 16:50:08 GMT (envelope-from gnats) Date: Tue, 29 May 2012 16:50:08 GMT Message-Id: <201205291650.q4TGo8K1089553@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ziyan Maraikar Cc: Subject: Re: amd64/168342: mbuf exhaustion hangs all daemons in keglimit state X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ziyan Maraikar List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 16:50:08 -0000 The following reply was made to PR kern/168342; it has been noted by GNATS. From: Ziyan Maraikar To: John Baldwin Cc: freebsd-amd64@freebsd.org, FreeBSD-gnats-submit@freebsd.org, Darshana Jayasinghe Subject: Re: amd64/168342: mbuf exhaustion hangs all daemons in keglimit state Date: Tue, 29 May 2012 22:14:02 +0530 Hello John, Thanks for the response. >=20 > Have you tried increasing kern.ipc.nmbclusters? Alternatively, have = you tried=20 > restricting igb to only using 1 queue? It sounds like all your igb = interfaces=20 > are allocating all of your mbuf clusters for their receive rings. >=20 I found this very suggestion on several mailing list discussions [1] and = set these values on Saturday. kern.ipc.nmbclusters=3D"131072" hw.igb.num_queues=3D"2" So far everything seems to back to normal, and netstat -m shows plenty = of headroom now.=20 The problem cropped up after running several months on 9.0-RELEASE when = I brought up another interface. Disabling the new interface didn't = restore normal operation, however. I also tried 8.3-RELEASE but the = problem was worse on it. [1] http://osdir.com/ml/freebsd-stable/2012-02/msg00563.html __ Regards Ziyan.=