Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 1996 14:44:32 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        jgreco@solaria.sol.net (Joe Greco)
Cc:        smd@cesium.clock.org, davidg@Root.COM, terry@lambert.org, hackers@freebsd.org, rashid@rk.ios.com
Subject:   Re: Breaking ffs - speed enhancement?
Message-ID:  <199605312144.OAA18830@phaeton.artisoft.com>
In-Reply-To: <199605292255.RAA04893@solaria.sol.net> from "Joe Greco" at May 29, 96 05:55:26 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > Also, another venerable practice is to make the inode cache
> > *huge* (tens of thousands of inodes in ninode/desiredvnodes,
> > as appropriate).
> > 
> > I would be willing to bet that these two changes, neither
> > of which needs anything more than adb/gdb, and both of which
> > are widely portable to 4BSD systems of all types, will make your
> > max-ed out disks much happier.
> 
> Well I'm open to suggestions.  Punching up desiredvnodes may help 
> somewhat, but I already crank up other stuff which sets that pretty
> high.

It won't help because the cache is vnode data-block based; once a inode
is unreferenced and dirty, it's going out in the next sync whether you
want it to or not.  It may then be clean and reclaimed by ihash, but
by then you have already eaten the overhead.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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