Re: [PATCH] Load balancing problem in 2.6.2-mm1

From: Anton Blanchard
Date: Sat Feb 07 2004 - 22:59:19 EST



Hi,

> Yeah its because you have a lot of cpus, so the average is still
> small. You also need something like
>
> if (*imbalance == 0 && max_load - this_load > SCHED_LOAD_SCALE)
> *imbalance = 1;

OK I'll give that a try.

> I don't have a >= 4 CPU box to test on, so I hate to be feeding
> you lots of little unproven patches.

I dont have a problem with that. Id be chasing this myself but Ive got
to get a few other things done first. I can however reboot and test
things at the same time :)

Anton
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/