From owner-freebsd-current@freebsd.org Thu Dec 14 06:24:35 2017 Return-Path: Delivered-To: freebsd-current@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 183FEE97DBC for ; Thu, 14 Dec 2017 06:24:35 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-125.reflexion.net [208.70.210.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B79197606A for ; Thu, 14 Dec 2017 06:24:33 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 13497 invoked from network); 14 Dec 2017 05:57:47 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 14 Dec 2017 05:57:47 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Thu, 14 Dec 2017 00:57:47 -0500 (EST) Received: (qmail 31705 invoked from network); 14 Dec 2017 05:57:47 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 14 Dec 2017 05:57:47 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 92681EC9464; Wed, 13 Dec 2017 21:57:46 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: get_swap_pager(x) failed From: Mark Millard In-Reply-To: <20171214054320.GA3198@server.rulingia.com> Date: Wed, 13 Dec 2017 21:57:46 -0800 Cc: Gary Palmer , blubee blubeeme , FreeBSD Current Content-Transfer-Encoding: 7bit Message-Id: <1DBEABD8-91C8-430B-A15A-9DEAC1FE8B12@dsl-only.net> References: <20171213112346.GA27816@in-addr.com> <20171214054320.GA3198@server.rulingia.com> To: Peter Jeremy X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 06:24:35 -0000 On 2017-Dec-13, at 9:43 PM, Peter Jeremy wrote: > On 2017-Dec-13 11:23:46 +0000, Gary Palmer wrote: >> An open question would be why ARC is not reducing if the system is >> under memory pressure. It's meant to, but there have been various >> bugs in that implementation. > > The OP doesn't say what version of -current he is running but I would > point the finger at r325851. I have discovered that, in 11-stable, > r326619 (which is the MFC of r325851) stops ARC responding to memory > backpressure. See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224080 (bugzialla 224080 ) about problems with zfs from head -r326347 . bugzilla 224330 is another -r326347 problem report (based on some list reports) but that are for problems in some non-zfs contexts. === Mark Millard markmi at dsl-only.net