From owner-freebsd-current@freebsd.org Wed Apr 4 04:45:22 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FA8FF8EBA6 for ; Wed, 4 Apr 2018 04:45:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F90488771 for ; Wed, 4 Apr 2018 04:45:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w344kTaC071302 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 4 Apr 2018 04:46:30 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w344gsww042547 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Apr 2018 21:45:13 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Date: Tue, 3 Apr 2018 21:45:13 -0700 (PDT) From: Don Lewis Subject: Re: Strange ARC/Swap/CPU on yesterday's -CURRENT To: Cy Schubert cc: Larry Rosenman , Bryan Drewery , Peter Jeremy , Jeff Roberson , FreeBSD current , Andriy Gapon In-Reply-To: <20180404015345.AFFFC1121@spqr.komquats.com> Message-ID: References: <20180404015345.AFFFC1121@spqr.komquats.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE 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: Wed, 04 Apr 2018 04:45:22 -0000 On 3 Apr, Cy Schubert wrote: > Try arbitrarily reducing arc_max through sysctl. ARC is immediately > reduced and free memory increased however wired pages remains the > same. One thing that I've noticed is that with r329844 and earlier is that there can be a difference of multiple GB between the ARC size and the amount of wired memory. With r329904 and newer the difference seems to be pretty steady at 1 GB.