On Mon, 24 Jan 2011 12:18:21 +0000 RW <[email protected]> articulated:
> I have > > tmpfs /tmp tmpfs rw,size=4280000000 > > I would suggest you don't use tmpmfs="YES" in rc.conf unless you are > being very conservative with a production server. tmpfs is nominally > experimental, but it seems to be very stable, and it's much more > memory efficient than md devices. On a FreeBSD 8.2-PRERELEASE, I have the following: cat /etc/fstab | grep -i "tmpfs" tmpfs /tmp tmpfs rw,mode=01777 0 0 It works very well and I have not noticed any problems whatsoever. -- Jerry ✌ [email protected] Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Critics are like eunuchs in a harem: they know how it is done, they have seen it done every day, but they are unable to do it themselves. Brendan Behan _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
