From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 19:48:38 2012 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 F1482106566C for ; Wed, 22 Aug 2012 19:48:37 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id A82048FC08 for ; Wed, 22 Aug 2012 19:48:36 +0000 (UTC) Received: by yhfs35 with SMTP id s35so1230168yhf.13 for ; Wed, 22 Aug 2012 12:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:in-reply-to:references:disposition-notification-to :content-type:date:message-id:mime-version:x-mailer; bh=xVw7z0rroCiKPGaa+Mevw6Q3KPW5N/9sdU6f9nbSFFY=; b=IGyGr6E7U626RK2T6a3N1cfiJjQVRxCGVue8Zgqt28S4FTe1FJY8E+5v+K6t3WeS7V VhkRk8perW7UbJNta8o9ZJoLrsFHH/wtRW/Lv6/y2Q+X4LQEubz4YMlT0NfDgPHNlU6L dapDrFla5yJvAXMwpIb5VUDlb1VR7apv6MW/tYxo33p2K8FMqwduMk0lEBCdCOtbCbgX oDF0tn2HC/O8Ewv9LACQeo1QhyqmkQ+E3bk3X/pGGJgVm9V8WhNwjwPq2Z6QmbnVyptk cvHSsmQNvtYY3w9cFj9Dli7YKNxeIy4uDSFgdxRFHUxpVwXzNMWgJtuDnEm+Ed4kV12o dUug== Received: by 10.236.190.42 with SMTP id d30mr29928180yhn.62.1345664916406; Wed, 22 Aug 2012 12:48:36 -0700 (PDT) Received: from [192.168.6.230] ([177.82.33.173]) by mx.google.com with ESMTPS id e5sm9490031yhk.21.2012.08.22.12.48.33 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2012 12:48:35 -0700 (PDT) From: Sergio de Almeida Lenzi To: freebsd-questions@freebsd.org In-Reply-To: <201208221934.q7MJYfwM063804@mail.r-bonomi.com> References: <201208221934.q7MJYfwM063804@mail.r-bonomi.com> Date: Wed, 22 Aug 2012 16:48:31 -0300 Message-ID: <1345664911.2501.8.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: /tmp filesystem full 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, 22 Aug 2012 19:48:38 -0000 If you use zfs, that is easy... zfs set quota=NNG pool/tmp if not.... try to mount tmp in memory... in /etc/rc.conf.... tmpmfs="YES" tmpsize="400m" reboot this would create a /tmp in memory (swap) size=400 Megabytes.... Sergio