From owner-freebsd-stable@FreeBSD.ORG Thu Apr 22 04:30:02 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05F35106564A for ; Thu, 22 Apr 2010 04:30:01 +0000 (UTC) (envelope-from ukrzilla@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC078FC1B for ; Thu, 22 Apr 2010 04:30:00 +0000 (UTC) Received: by wwa36 with SMTP id 36so5083197wwa.13 for ; Wed, 21 Apr 2010 21:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=TkPDzQlCkou/2rfldQdnOLRQT6IYqhQIvCnFILeaJhU=; b=llMZZsiIrrMomMzD9m76FtjB8eZxK61+Xt6D+6DaWmgfa0dzpmGIKirwE1i3+wHuyX l6ukXS0O2ZnFJGCVxazPBAja8PU1nNyhiL7I/KrzUZUZNJizZLXgGMr+el2l9LmB9Ai2 PochWtjTFkKdayqfVABS86DVM8iyfPJp+ZfH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dLxiFaLNDDtTFC2SHX5WbF7Lj2NGyhzx2cfPZBlnDNYfnEWLUhuqbmPdcgRDP0J2Qc nD/OKOeYlZ+s8kA14M1X1yw8cFRvT/epHBnFgIa6diE2Xw3OQnQVRI9ilmx0PmpGMifX emxBTcbAzKDSJ9c3Nf3D6ND0KshVD4lOvw2TI= MIME-Version: 1.0 Received: by 10.216.24.149 with HTTP; Wed, 21 Apr 2010 21:29:59 -0700 (PDT) In-Reply-To: <20100421195127.Y40281@maildrop.int.zabbadoz.net> References: <20100421174142.N40281@maildrop.int.zabbadoz.net> <20100421195127.Y40281@maildrop.int.zabbadoz.net> Date: Thu, 22 Apr 2010 07:29:59 +0300 Received: by 10.216.162.202 with SMTP id y52mr3327333wek.76.1271910599963; Wed, 21 Apr 2010 21:29:59 -0700 (PDT) Message-ID: From: Denis Lamanov To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alexander Petrovsky , freebsd-stable@freebsd.org Subject: Re: kernel: arpresolve: can't allocate llinfo X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 04:30:02 -0000 I am not using option FLOWTABLE and disable in kernel with compile after install FreeBSD8. If i upgrades today to STABLE patches will apply? 2010/4/21 Bjoern A. Zeeb > On Wed, 21 Apr 2010, Bjoern A. Zeeb wrote: > > On Wed, 21 Apr 2010, Denis Lamanov wrote: >> >> Hi, >> >> vmstat -m | grep lltable >>> every 3 minutes increases :( >>> lltable 16938 2149K - 17779 128,256 >>> >> >> I'll MFC the patches to fix that the next couple of days, maybe >> tommorow morning. In case you want to try them, you'd need >> SVN r206469,206470,206481 applied to 8-STABLE. >> > > > Actually I just merged them. If you wait an hour or two for the > changes to show up on your local mirror 8-STABLE should be fine. > > Please note that if you are using option FLOWTABLE you will still see > the leak. I haven't gotten around to update my patches for that. > I'll try to remember to post them once done. > > > /bz > > -- > Bjoern A. Zeeb It will not break if you know what you are doing. >