From owner-freebsd-current@FreeBSD.ORG Sun Apr 1 14:15:14 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE76F1065672 for ; Sun, 1 Apr 2012 14:15:14 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 1419C8FC19 for ; Sun, 1 Apr 2012 14:15:13 +0000 (UTC) Received: (qmail 92766 invoked by uid 89); 1 Apr 2012 14:15:06 -0000 Received: by simscan 1.4.0 ppid: 92761, pid: 92763, t: 0.0881s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:14723 Received: from unknown (HELO linux-wb36.example.org) (rainer@ultra-secure.de@212.71.117.82) by mail.ultra-secure.de with ESMTPA; 1 Apr 2012 14:15:06 -0000 Date: Sun, 1 Apr 2012 16:15:04 +0200 From: Rainer Duffner To: Gary Palmer Message-ID: <20120401161504.49003b73@linux-wb36.example.org> In-Reply-To: <20120401134025.GC76647@in-addr.com> References: <4F746F1E.6090702@mail.zedat.fu-berlin.de> <4F74BCE8.2030802@vangyzen.net> <20120330.151848.41706133.sthaug@nethelp.no> <4F765682.5040707@gmail.com> <20120401134025.GC76647@in-addr.com> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.7; i586-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: deeptech71@gmail.com, freebsd-current@freebsd.org Subject: Re: Using TMPFS for /tmp and /var/run? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Apr 2012 14:15:14 -0000 Am Sun, 1 Apr 2012 09:40:25 -0400 schrieb Gary Palmer : > Other than catching software that mistakenly assumes /tmp > and/or /var/run is persistent, what are the CLEAR advantages for > changing the default? It's my understanding it improves performance in cases where lots of files are created and deleted in /tmp (and/or /var/tmp - sometimes software hard-codes these locations...). Out of my head, things like spamassassin and amavis/clamav come to mind. Maybe the pkg-message of these packages should be adjusted so that this is mentioned? OTOH, on new installs, a TMPFS could be used automatically if memory >= 4GB.