From owner-freebsd-current@freebsd.org Mon Aug 21 02:41:58 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 16DB1DE0AE7 for ; Mon, 21 Aug 2017 02:41:58 +0000 (UTC) (envelope-from freebsd-lists@dyslexicfish.net) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D83BA81161 for ; Mon, 21 Aug 2017 02:41:57 +0000 (UTC) (envelope-from freebsd-lists@dyslexicfish.net) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id v7L2ftSZ073615; Mon, 21 Aug 2017 03:41:55 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id v7L2ftCf073614; Mon, 21 Aug 2017 03:41:55 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201708210241.v7L2ftCf073614@donotpassgo.dyslexicfish.net> Date: Mon, 21 Aug 2017 03:41:54 +0100 Organization: Dyslexic Fish To: tech-lists@zyxst.net, freebsd-current@freebsd.org Subject: Re: swapfile query References: <77fdd002-2873-eb67-c851-0127ae3141b6@zyxst.net> In-Reply-To: <77fdd002-2873-eb67-c851-0127ae3141b6@zyxst.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Mon, 21 Aug 2017 03:41:55 +0100 (BST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 21 Aug 2017 02:41:58 -0000 > 3. should total swap be 1x 2x or some other multiple of RAM these days? According to tuning(7) : | SYSTEM SETUP - DISKLABEL, NEWFS, TUNEFS, SWAP | The swap partition should typically be approximately 2x the size of | main memory for systems with less than 4GB of RAM, or approximately | equal to the size of main memory if you have more. Keep in mind | future memory expansion when sizing the swap partition. cheers, Jamie