On Friday 25 January 2008 22:32, Asbjorn Sannes wrote:
Hmm, lots of things could cause it. With such big variations in
elapsed time, and small variations on CPU time, I guess the fs/IO
layers are the prime suspects, although it could also involve the
VM if you are doing a fair amount of page reclaim.
Can you boot with enough memory such that it never enters page
reclaim? `grep scan /proc/vmstat` to check.
Otherwise you could mount the working directory as tmpfs to
eliminate IO.
bisecting it down to a single patch would be really helpful if you
can spare the time.
Thanks,
Nick
--