From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 00:46:45 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED12106564A for ; Wed, 30 Jul 2008 00:46:45 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9FE358FC12 for ; Wed, 30 Jul 2008 00:46:45 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so210471rvf.43 for ; Tue, 29 Jul 2008 17:46:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=W/kLfR2wnJe8CMG+ecESNXa1M2CEStlIv+sipJ3EvhQ=; b=KnoVRcUiby1QraVrDd9Mi3XYyh604qhkyR72yERS1uI3o9n8lbYOMZRP5no3d+e1kV VkmyiwQ1aGFXNnWtM2FjYeCD09L5/5sBAqV91Zx2nHf4a+Xb8w412jXa05D00YNPdtnO khS61FbbaDNJlifpkm0QuW9gIk7aEPerf49IQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Suf7F6Vlx4iZUymHK6xGBnJ+Ne1aQmaCzQ06L8XoeOKuqfhHGrzsDhvcyx+Kh3rCSu rVBkF8RStGYaa6MiZb7FEZiOUjupH3Byx39YCBpasHXnKWdjy0pJWj+l2L1x/hCkIFSg 203KIUXyDfWSZURKnaojTgmA8mYKxtJWXg/+s= Received: by 10.141.13.16 with SMTP id q16mr3816938rvi.99.1217378798107; Tue, 29 Jul 2008 17:46:38 -0700 (PDT) Received: by 10.141.114.16 with HTTP; Tue, 29 Jul 2008 17:46:38 -0700 (PDT) Message-ID: <8e10486b0807291746o50b4c63fk41d5e518f694dbb8@mail.gmail.com> Date: Tue, 29 Jul 2008 21:46:38 -0300 From: "Alexandre Biancalana" To: questions@freebsd.org In-Reply-To: <488F657B.3010400@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8e10486b0807291110g3553cdd2i8eef9b7e41daba42@mail.gmail.com> <488F657B.3010400@FreeBSD.org> Cc: Subject: Re: 6.3+tmpfs 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: Wed, 30 Jul 2008 00:46:45 -0000 On 7/29/08, Kris Kennaway wrote: > Alexandre Biancalana wrote: > > > Hi List, > > > > Is tmpfs stable on FreeBSD 6.3 ? I want to use it for temporary > > clamav+ripmime files to speedup a mail filter server. > > > > It's not stable on 7.0 or 8.0 either, so no :) Any viable alternative ? mdconfig -t malloc maybe ?