From owner-freebsd-fs@freebsd.org Tue Jul 14 00:01:59 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C007C9993A3 for ; Tue, 14 Jul 2015 00:01:59 +0000 (UTC) (envelope-from csforgeron@gmail.com) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57E29107B; Tue, 14 Jul 2015 00:01:59 +0000 (UTC) (envelope-from csforgeron@gmail.com) Received: by qgy5 with SMTP id 5so28531847qgy.3; Mon, 13 Jul 2015 17:01:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vXA9uH3yRbhjWp3/IvxxKAS5/2aEZkYuz53MhFXP8UA=; b=pRJuZluj6bmomAdr3aOpYD+fH7m52e+JCHN+wXd9dWWuc14twVAw9ffZon7uZBaKLN ny41QGTUWWRlNQ7t3nw5a6R/dhsF3t2nBot2RboomzuXt6y/BCsAExmyTQdWMAKthRol jiJtL1WApysgWILPFa44X0ki96YG8BM2r70mK9c0GVPMaw1VxAvShFB0migc4yWmQR3Y jnqtPPYhyJqYfurjgXXrJtHJl25glgihcyik7OaGtEd2HUdCFnolDKd6Z9RsBkVfrwFn WULZfs38p9/b+TQqgp/G1Hg10d3hxlOr9il1m8PvSnXTTtE0+RPH0OMhDGcUgzRhViVE C2nA== MIME-Version: 1.0 X-Received: by 10.140.232.206 with SMTP id d197mr28018294qhc.18.1436832116840; Mon, 13 Jul 2015 17:01:56 -0700 (PDT) Received: by 10.96.174.39 with HTTP; Mon, 13 Jul 2015 17:01:56 -0700 (PDT) In-Reply-To: <55A40498.80608@FreeBSD.org> References: <55A3A800.5060904@denninger.net> <55A3C0A1.7040505@infracaninophile.co.uk> <55A3C357.5070209@denninger.net> <55A3C80F.4060407@infracaninophile.co.uk> <55A40498.80608@FreeBSD.org> Date: Mon, 13 Jul 2015 21:01:56 -0300 Message-ID: Subject: Re: FreeBSD 10.1 Memory Exhaustion From: Christopher Forgeron To: Matthew Seaman Cc: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 00:01:59 -0000 Ah, confirmed buildkernel only works. Testing now on a small box (24 gig, 2 Xeon, 5TB storage), I may get the chance to put this on a less important production box before the weekend. On Mon, Jul 13, 2015 at 3:34 PM, Matthew Seaman wrote: > On 13/07/2015 19:26, Christopher Forgeron wrote: > > I found the same thing - The older patch does apply on 10.1 with one line > > needing to be added manually. Did that, but I'm running into this when I > > try a make buildworld: > > I only did a buildkernel as the patch doesn't affect any of the userland > code. > > Cheers, > > Matthew > > >