From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 02:09:09 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 B5FD51065673 for ; Wed, 30 Jul 2008 02:09:09 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3058FC18 for ; Wed, 30 Jul 2008 02:09:09 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so91625wah.3 for ; Tue, 29 Jul 2008 19:09:09 -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=A1q/lhpU76VUK4uBu5+ZbiPxrxlDV8Jzhz3sWtB6J8c=; b=eSAQymXtajeqOZ14j1w1BlioEatQOxtWpNsTk5aRA8+RUe6cq8UCj8gY2gSLR7gydA gF1oVqlM/N6Fevhb7xrJjD4RTPw0AsM2IMA0YQoUc8z2JLjKqmIqDgNjZWsnHtFu/egW uE8X+XvQFRphKe2rUUmNqIHz863UVUe+AlLIY= 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=Fp3YTnP5xhr/aQI/vMnkDeCeBrDUESt4q8hViPQ/254cGMh1Ah4MFksuGMqYNg9Jf0 ro93aMcLk73UQA1OfxvOMo/1wc6U+wZWoKs3MMFx9ejhwJUDR/L2TnpTmkirkVVIAMkb 8rK6sytE96STJe51S7mWPkAuJ48urUtsUTJ6Y= Received: by 10.115.89.1 with SMTP id r1mr7669327wal.12.1217383749191; Tue, 29 Jul 2008 19:09:09 -0700 (PDT) Received: by 10.115.32.16 with HTTP; Tue, 29 Jul 2008 19:09:08 -0700 (PDT) Message-ID: <8e10486b0807291909q519504d0p3a32c549c799e423@mail.gmail.com> Date: Tue, 29 Jul 2008 23:09:08 -0300 From: "Alexandre Biancalana" To: questions@freebsd.org In-Reply-To: <488FCC66.6090707@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> <8e10486b0807291746o50b4c63fk41d5e518f694dbb8@mail.gmail.com> <488FCC66.6090707@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 02:09:09 -0000 On 7/29/08, Kris Kennaway wrote: > > Of course :) > > > > mdconfig -t malloc maybe ? > > > > -t swap is faster and has fewer downsides. Great !! I should read *all* the man before post... Thank you Kris!