/tmp filesystem full

Sergio de Almeida Lenzi lenzi.sergio at gmail.com
Wed Aug 22 19:48:38 UTC 2012


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


More information about the freebsd-questions mailing list