Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 16:48:31 -0300
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: /tmp filesystem full
Message-ID:  <1345664911.2501.8.camel@z6000.lenzicasa>
In-Reply-To: <201208221934.q7MJYfwM063804@mail.r-bonomi.com>
References:  <201208221934.q7MJYfwM063804@mail.r-bonomi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1345664911.2501.8.camel>