Skip site navigation (1)Skip section navigation (2)
Date:      01 Dec 1997 14:04:57 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        "David E. O'Brien" <obrien@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/sbin/newfs newfs.8
Message-ID:  <p1ik9dpgqo6.fsf@panke.panke.de>
In-Reply-To: "David E. O'Brien"'s message of Sun, 23 Nov 1997 19:28:55 -0800 (PST)
References:  <199711240328.TAA29740@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

"David E. O'Brien" <obrien@FreeBSD.ORG> writes:
> obrien      1997/11/23 19:28:55 PST
> 
>   Modified files:
>     sbin/newfs           newfs.8 
>   Log:
>   Fix syntax error for the mount_mfs example.
>   Also update to a more realistic example.

I don't think that a 64MB large memory file system is realistic. Our mfs
implementation is a hack, the size will only grow and never shrink.
So the /tmp size should not be larger than 1/2 size of your RAM.

A too large mfs may be
	o require much much more swap space
	o trash the machine due extensive swapping
	o made disk i/o slow if the files are swaped

-- 
Wolfram Schneider   <wosch@apfel.de>   http://www.apfel.de/~wosch/



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