From owner-freebsd-net@FreeBSD.ORG Mon Apr 11 10:51:06 2011 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63AF0106564A; Mon, 11 Apr 2011 10:51:06 +0000 (UTC) (envelope-from przemyslaw@frasunek.com) Received: from lagoon.freebsd.lublin.pl (lagoon.freebsd.lublin.pl [IPv6:2a02:2928:a::3]) by mx1.freebsd.org (Postfix) with ESMTP id E58238FC15; Mon, 11 Apr 2011 10:51:05 +0000 (UTC) Received: from [IPv6:2a02:2928:a:ffff:b19d:9072:1765:d55d] (unknown [IPv6:2a02:2928:a:ffff:b19d:9072:1765:d55d]) by lagoon.freebsd.lublin.pl (Postfix) with ESMTPSA id 470CF23944A; Mon, 11 Apr 2011 12:51:04 +0200 (CEST) Message-ID: <4DA2DD17.6020702@frasunek.com> Date: Mon, 11 Apr 2011 12:51:03 +0200 From: Przemyslaw Frasunek User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Eugene Grosbein References: <4D947756.6050808@freebsd.lublin.pl> <4D9F6C71.1040209@frasunek.com> <4DA171BA.9000507@frasunek.com> <4DA1E39C.9090300@rdtc.ru> <4DA23090.8060206@frasunek.com> <20110411054932.GU84445@FreeBSD.org> <4DA2A5AA.4060802@frasunek.com> <4DA2ABFA.7030108@rdtc.ru> In-Reply-To: <4DA2ABFA.7030108@rdtc.ru> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-net@FreeBSD.org, Gleb Smirnoff Subject: Re: mpd5/Netgraph issues after upgrading to 7.4 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2011 10:51:06 -0000 > Increase sysctl kern.ipc.maxsockbuf. > I was forced to rise it upto 80MB (sic!) as 8MB was not enough to me. Yay, things are getting worse. Increasing maxsockbuf caused crash after 2-3 hours. There was no crashdump and the last thing in log was: Apr 11 12:32:40 lsm-gw kernel: ad4: FAILURE - out of memory in start Apr 11 12:33:00 lsm-gw last message repeated 125 times I suppose, I'm hitting some kind of kernel memory limit, maybe because of leak. Any ideas, how can I track it down?