From owner-freebsd-questions@FreeBSD.ORG Sun Oct 11 04:24:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 971F41065679 for ; Sun, 11 Oct 2009 04:24:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 224298FC1B for ; Sun, 11 Oct 2009 04:24:09 +0000 (UTC) Received: by ewy18 with SMTP id 18so2064000ewy.43 for ; Sat, 10 Oct 2009 21:24:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=oOB2Oj1ZoP+RhledS/CG3dh0YZN2nOS2RwaJfK5Lbx4=; b=Ev/UcKiTDUUVUBRjxsLRUZmLT1jeOWCyaaJejY4vyZH+0iY8sxcHK7I2Xff7mzkPTf tZNmFn+Tqui6SYTUQgHi6xA3zr5RZw15VgdhnPrgrkOsmAgCc7ER4RyaKFD9BLiVDJns EseGn2aYPe9u+BdSI9GHw7A4ASWoPOoOi3ZmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=EkZpdfChR/vMv+0G0ONIulTBd0r8rCaLZHcYGwOj9/0diuoeF6xPDgTul8sXJMCQU2 LzQedDYHlYkeXeZIFfuxRCTCrRrPskfCwQv2gm7A1jlBWmm3dEj0O1TmQ/kD7pUsJZCi dJM8PEl4VKFj1HLG7SjUvxlrklET2mYLDONQ8= Received: by 10.211.161.22 with SMTP id n22mr2360667ebo.83.1255235048376; Sat, 10 Oct 2009 21:24:08 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 10sm3664707eyz.8.2009.10.10.21.24.06 (version=SSLv3 cipher=RC4-MD5); Sat, 10 Oct 2009 21:24:07 -0700 (PDT) Date: Sun, 11 Oct 2009 05:24:04 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091011052404.4227bf84@gumby.homeunix.com> In-Reply-To: <59022.94044.qm@web51005.mail.re2.yahoo.com> References: <59022.94044.qm@web51005.mail.re2.yahoo.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: / almost out of space just after installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2009 04:24:10 -0000 On Sat, 10 Oct 2009 19:43:25 -0700 (PDT) Richard Mahlerwein wrote: > --- On Sat, 10/10/09, RW wrote: >=20 > >But it wouldn't actually be a ram disk, that's just just a misnomer > >that people, who ought to know better, are throwing around. It > >would probably be tmpfs. >=20 > Correction (or at least correction to precision) noted.=A0 I'd still > rather use it as RAM the regular way.=A0 :) You can't, there is no "regular way", it's not 1975 anymore: http://varnish.projects.linpro.no/wiki/ArchitectNotes If you allocate 1.5 x RAM to swap, your system will grind to a halt long before you half-fill it with conventional paging, so you might as well allow tmpfs to use a substantial amount to back /tmp.