From owner-freebsd-stable@freebsd.org Sun Jul 8 11:54:04 2018 Return-Path: Delivered-To: freebsd-stable@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 EFC1B103DB1C for ; Sun, 8 Jul 2018 11:54:03 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 98358711A5 for ; Sun, 8 Jul 2018 11:54:03 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3E9E0218FD for ; Sun, 8 Jul 2018 07:53:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 08 Jul 2018 07:53:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=TXFKWQ+R0y1QfcutP/dSjHC2KpfL1 CMBqrOt1xJB/mo=; b=ZtnobfWXSbuPMN9+Oj2tZU9mEPV+dFHbmffhCgme7O6Yb zpJhANG0+tU/C3ax6b+/mXNyko6YzNtiBZIl3vENGjEX4uPwaoCc5v6HAbdfC2W4 6O/VtbxouvUcAJqGrCYnbk40hkcdttDB0L9NMHS0Lj8Wq2h9Gc8rsP26CeJICyhX 47AprP/kywRIP8u71gCqlNsk6QfdyGf1wQlN0jNrY3TtT4AaIOcOZ6TZzSzlC2+s +tE+DyUXsFfHZsdnm61NglA1KyLsF3+lP1BnLzmnVdwrtYMTBnCdIPcDAYs/x9Dj A0iBKX3rJuqxpHT7VBv7qiT1nVH19mZLfdJsu6mBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=TXFKWQ +R0y1QfcutP/dSjHC2KpfL1CMBqrOt1xJB/mo=; b=JMc+oiXH6O10Dw0EoQ4oQL m7+7OEWzFTSaMP9OTKGUwB6vcqGZcMU+BZXcGAD+IJoQpFMGhRPvg+F80UB0+LpY 35NqK7jF9vsr4H3TQoAz+HswRok5vrwfIPWHmiWbVnKzqODCIAFEWP/fIzVzb5mT 6pHyOSqZRHy1oNEpFYuJev7K+s44rlB0kzuLmRAwJIQ3OvHImD/TgAjZT/3IPl2+ XgDx0KsrRbRPf35nnmnGxmxoUE7Lw3HroBLa1AYU47AGmrjaRSAK6xZ8SdUC1Uoc kgdzlDV7Ug/J2RhkXk2HuzyP4uHeVxfsY3NxETL92oygNrmZIQ4CRLAOTN0njqZQ == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 8E9F6E4627 for ; Sun, 8 Jul 2018 07:53:56 -0400 (EDT) Subject: Re: lightly loaded system eats swap space From: tech-lists To: freebsd-stable@freebsd.org References: <20180619172936.GA24967@icarus.home.lan> <95c74868-7ba6-9077-4e24-6d685078aee6@ShaneWare.Biz> Organization: none Message-ID: <1215a7e6-b926-33c7-c0e0-bf9357a54d6b@zyxst.net> Date: Sun, 8 Jul 2018 12:53:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2018 11:54:04 -0000 On 25/06/2018 18:28, tech-lists wrote: > On 20/06/2018 06:08, Shane Ambler wrote: >> This review is aiming to fix this - >> https://reviews.freebsd.org/D7538 >> >> I have been running the patch on stable/11 and after eight days uptime I >> still have zero swap in use, I can't recall a time in the last few years >> that I have had no swap usage past the first hour or two uptime. > > will this work on a recent 12-current? Hi, Just to let the thread know - upgrading to 12-current (in this case r336037 but I guess it's not specific, just a recent version) fixed the problem. thanks, -- J.