From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 19:39:34 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB823156 for ; Tue, 22 Jul 2014 19:39:34 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7151C2CA6 for ; Tue, 22 Jul 2014 19:39:34 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ho1so6505904wib.2 for ; Tue, 22 Jul 2014 12:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Rx7tu+elepgGma2JJN/+FXxjFHYgMeEFhvKLHH+MYGQ=; b=iR7xdLn/K2Wz2phNxUNHgr8dSnzfGI19XNQxYVXzuuTIiUf8SKT2Mroxv/+JHb242U yC+NfIkrmyzGTjGGU3XI4/lQOV1GlrnbWSSvT9XQ2H3lPfQjafDElT2NzWMNGraSjXG3 o4H9ZkOqQ43y/KJ6MVEAPIntX/k24amI+uufBTgx9VpAUIPj8LcAfxVYkO66cPuP1utX 3cWI4q3IrfDHs6jjIexwL68eXB+2ffXJ1qJ6lOd9HH8ZsBVmLaAg5g0u3lePqB1+xdYd Zc41HfDwTiTItdJR0upoHIU2igaJLAXyh82dPm24Fo8s7F81pVIDx2kyanijlOR84WPx hoGw== X-Received: by 10.180.85.162 with SMTP id i2mr17826601wiz.53.1406057972605; Tue, 22 Jul 2014 12:39:32 -0700 (PDT) Received: from gumby.homeunix.com ([94.195.197.42]) by mx.google.com with ESMTPSA id ed14sm385468wic.10.2014.07.22.12.39.30 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 22 Jul 2014 12:39:31 -0700 (PDT) Date: Tue, 22 Jul 2014 20:39:28 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: How much swap space for a 32 GB RAM system? Message-ID: <20140722203928.6993a78d@gumby.homeunix.com> In-Reply-To: References: <53CE8BB8.7030303@qeng-ho.org> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 19:39:35 -0000 On Tue, 22 Jul 2014 10:24:13 -0600 (MDT) Warren Block wrote: > On Tue, 22 Jul 2014, Arthur Chance wrote: > > > I'm getting a new machine with 32 GB of memory. The old "twice > > physical memory" sizing seems ridiculous, so how big should I make > > swap? Do I even need swap with this much memory? > > Technically, no, but the system does like to have at least a little > swap space and can benefit from it. (I forget where this is > explained, tuning(7) maybe.) This is something that is often repeated, but I don't recall every seeing an actual explanation.