Skip to content

Commit

Permalink
Four CPUs can stand the strain.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Aug 27, 2010
1 parent 46d8e46 commit 8594277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_versions
Expand Up @@ -83,7 +83,7 @@ for my $v (@{$Options->{version}})
{
my $cpus = 1;
eval { chomp ($cpus = `grep -c processor /proc/cpuinfo`); };
$cpus-- if $cpus > 3;
$cpus-- if $cpus > 4;
$c = "$prove -b -r -j$cpus t";
eval { sys $c, 1 };
next unless $@;
Expand Down

0 comments on commit 8594277

Please sign in to comment.