Re: LFS performance and kern.maxvnodes

"Blair Sadewitz" <[email protected]> Mon, 10 Sep 2007 21:54:35 -0400
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.devel.performance
Message-ID <[email protected]>
On 9/10/07, Simon Burge <[email protected]> wrote:

>On 512MB RAM machines I tend to use 128k as a
> minimum as well.

On my desktop system with 1GB RAM, 262144 seems to yield the best
results for me (I've mainly used untarring pkgsrc as a test thusfar).
At times going higher can help, but that's not that often for me.
Thus, 128k seems like a reasonably conservative default--at least for
machines with lots of memory.

Another thing I was going to propose was setting sysctl.conf defaults
from sysinst using basic heuristics, taking into account [at least]
the amount of system memory and anticipated workload.
We could then use this information to help suggest more intelligent
defaults for things such as base filesystem layout and bsize/fsize,
etc.

--Blair