Subject: Re: raidframe consumes cpu like a terminally addicted
To: Charles M. Hannum <abuse@spamalicious.com>
From: Matthias Buelow <mkb@mukappabeta.de>
List: netbsd-users
Date: 05/01/2001 02:40:46
Charles M. Hannum writes:

>So, pay special attention to ncg and bpg.  Given that your directory
>only contained 935 subdirectories, and ncg is so huge, there's a good
>chance that each of the subdirectories is in a separate cylinder group.

Uhm, yes, and that's probably especially bad since each directory
contains only two files (which usually aren't that large either) so
a lot of seeking must be involved...
I'll change the fs layout later this week to reduce the number
of cylinder groups as recommended and see if that yields better
performance.

--mkb