On 14/06/2013 17:21, Mike Duigou wrote:
I found -concurrency:auto generated too many jobs on the machines I use.
-concurrency:$(JOBS) is currently always smaller than -concurrency:auto.
$JOBS is currently approximately min(16, min($(CORES),$(MEMORY) / 1100M)))
If we find that $JOBS ends up being too high in some cases it's probably an
indicator that we need to adjust the $(JOBS) sizing.
Mike
Right, we can always adjust it if it causes problems. I think the case
where $JOBS (as currently computed) might be an issue for testing is
Windows 32-bit and the solution might be to just move the testing to
Windows 64-bit. Anyway, I would suggest going ahead and get this pushed
as it's nice to get it by default.
-Alan