From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 12:06:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF06716A411 for ; Tue, 18 Apr 2006 12:06:01 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0B943D6D for ; Tue, 18 Apr 2006 12:05:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3IC5HOM024102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 18 Apr 2006 15:05:31 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3IC5BwE040827; Tue, 18 Apr 2006 15:05:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3IC5Avg040826; Tue, 18 Apr 2006 15:05:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 18 Apr 2006 15:05:10 +0300 From: Giorgos Keramidas To: David J Brooks Message-ID: <20060418120510.GH40195@gothmog.pc> References: <20060417215912.08DCB28469@porsche.brendan.id.au> <200604171718.27023.daeg@houston.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604171718.27023.daeg@houston.rr.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.385, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Brendan Grossman , freebsd-questions@freebsd.org Subject: Re: /boot at beginning of drive 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: Tue, 18 Apr 2006 12:06:01 -0000 On 2006-04-17 17:18, David J Brooks wrote: > > http://users.rcn.com/rneswold/fbsd-init.html#AEN258 > > I stand corrected. I can still envision problems if tmp files use enough space > to prevent a memory swap. Running out of swap space is not healthy. That's why swap-backed /tmp filesystems have a `size'. To make sure they can't exceed it :) If, knowing all this, you still plan for a very small swap space, then you are right that problems will start creeping up very fast.