Date: Thu, 27 Oct 2005 02:34:04 +0100 From: RW <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Subject: Re: Disc space Message-ID: <200510270234.06450.list-freebsd-2004@morbius.sent.com> In-Reply-To: <435F9BD0.4080908@speechpro.com> References: <435f98952cfb4@wp.pl> <435F9BD0.4080908@speechpro.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 26 October 2005 16:08, Igor Robul wrote: > 2) you can buy more memory and use memory backed md (4) /tmp And you can create a 100 MB memory-backed /tmp simply by adding the following to rc.conf tmpmfs="YES" tmpsize="100m" tmpmfs_flags="-SM" If you omit the tmpmfs_flags line, it will default to swap-backed /tmp, which may be more useful.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510270234.06450.list-freebsd-2004>