From owner-freebsd-stable@freebsd.org Mon Jun 25 17:28:21 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 4F49D1017CBA for ; Mon, 25 Jun 2018 17:28:21 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 CFBF385CEA for ; Mon, 25 Jun 2018 17:28:20 +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 1B5DC21ACE; Mon, 25 Jun 2018 13:28:20 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 25 Jun 2018 13:28:20 -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=fm2; bh=vbK48Bq7Mwe4vcv95G49FnY0pPJA7 NVNBHPlfNs9MCw=; b=OmH+R8qGqrJUzcRBCW1h2PcYYMChbJ9rHKGNfv5bYnWgQ RY+BClDSdWVB0LekH6hFxbMbVW27ftT5nGuPE+44/NfX3cNRHyXXMH1A5u8/gp7l ljpgZHftdz7La/pB8mA9sspxgXgNjorY5tvL4bjAtJIU216DJOfvu8aDz5eOvQ9v Icr0NvOLpBKVG0edSdzrdhFBgN0HMff731HAcvubEDpLk67QqLFeLsvZimAa3QjB DQwZURi1K8NLott7ZblxRB2NpFzqxSK1JgLgAkfmMXtPRlac/QFlUkX9OzXKMXzL HeQRDI1u4O87ez6/MFzfsj0gRRCU7MYPcSk3swcFA== 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=vbK48B q7Mwe4vcv95G49FnY0pPJA7NVNBHPlfNs9MCw=; b=To4TITyxNt+D2fsWIZKYO+ rMT6Hz1GGSOsmiuDYIJLwOX9xbeB5bTE1Z4YDCh91cPQsCSAQMJ2vprbzTSSWOW9 ixeufVWVP8fZ84YLeg9qehIYpDDmML+ys3D3NENpVJF+n2TFivlHQuwpLMSe3xs0 QLpq1t1xXy65PQdzor53+nbLiJaG48Ehzyt4MKs/uRwL3rnHu0Ukw99H9qJb8fuq SNyRO1IO8P50ocEo7wnrbjyZpEmnk7ygtbRVvqR+ZZvBHbZdvWZJ5ILChlbZuuuH x6o0GXAUQOPV9vHE1yTsELzxV6vX4+ioedJB7o4IovRq7WaBij2DWi52ovewGHPw == 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 4DE1D10261; Mon, 25 Jun 2018 13:28:19 -0400 (EDT) Subject: Re: lightly loaded system eats swap space To: Shane Ambler , Jeremy Chadwick , freebsd-stable@freebsd.org References: <20180619172936.GA24967@icarus.home.lan> <95c74868-7ba6-9077-4e24-6d685078aee6@ShaneWare.Biz> From: tech-lists Organization: none Message-ID: Date: Mon, 25 Jun 2018 18:28:18 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <95c74868-7ba6-9077-4e24-6d685078aee6@ShaneWare.Biz> 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.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 17:28:21 -0000 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? thanks, -- J.