From owner-freebsd-sysinstall@FreeBSD.ORG Wed Jan 5 23:33:50 2011 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688651065679; Wed, 5 Jan 2011 23:33:50 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA3668FC2B; Wed, 5 Jan 2011 23:33:49 +0000 (UTC) Received: by wyf19 with SMTP id 19so16024649wyf.13 for ; Wed, 05 Jan 2011 15:33:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=sluYVzpO7FJXttKXcGbXt4Lk0bz3ENNYKeTea5/FIss=; b=ONgWleorwECTmIz665q76imIpb95cIXHcjdaPCXuEdSzVHue9zzKO07+d3eAE1txnw x0OCYgLu0i3CGFg73YdBFO2v+m9E6SMqCotGEFwY8CrjKQsV6kcFLiRYvXDrnJaSJYmT G/OPjZWdshCLu6zYjA4D5gxYMHET04slOXTKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=I/ByTRipD9UGnkUmRBuXcZUlr6He8YBpD5BnKiesp4g7VDgONuiLscWL+/RDq2FO9g yyz+/D1f6nN3dK+6K37DpU9pWJjZ9gxPyCUGXt/tYapUP4U/Gxec9q+uR5HUbdFE3E+r m2Np44khOOxX6x1Gg1QR92kR0UEcFRGa5Lrys= MIME-Version: 1.0 Received: by 10.216.29.71 with SMTP id h49mr35520wea.46.1294270428918; Wed, 05 Jan 2011 15:33:48 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.254.226 with HTTP; Wed, 5 Jan 2011 15:33:48 -0800 (PST) In-Reply-To: <20110105231420.00004247@unknown> References: <009101cbad28$2dbcdc00$89369400$@com> <20110105231136.GA78936@freebsd.org> <20110105231420.00004247@unknown> Date: Wed, 5 Jan 2011 15:33:48 -0800 X-Google-Sender-Auth: sLwhYw5tPGgzZnmzkeNn7IklXFE Message-ID: From: Garrett Cooper To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Best , Jeff Whitman , freebsd-sysinstall@freebsd.org Subject: Re: Swap size X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 23:33:50 -0000 On Wed, Jan 5, 2011 at 3:14 PM, Bruce Cran wrote: > On Wed, 5 Jan 2011 23:11:36 +0000 > Alexander Best wrote: > >> don't quote me, but i don't think *too much* swap space can cause an >> issue. if you have a lot of disk space available (> 1TB or so) make >> it 12 GB. if you only have a few gigabyte of hdd space then choose 6 >> GB swap space. > > If really excessive I think it can be, since I think each page of swap > has to have an associated structure held in RAM. Yeah... that's what I thought too because it taxes the vmem subsystem. Plus, virtual memory and address space was limited. The OP didn't say if he was installing i386 or amd64 though -- that will affect the mappable memory (I would hope that he's doing amd64 though for the obvious reason that he has 6GB of RAM). Thanks, -Garrett