It appears that travis drastically increased the amount of available CPUs
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 20_install.bash
index ace9bc2..5a0ffdf 100755 (executable)
@@ -17,7 +17,7 @@ export PERL_CPANM_OPT="$( echo $PERL_CPANM_OPT | sed 's/--skip-satisfied//' ) --
 
 if [[ -n "$BREWVER" ]] ; then
   run_or_err "Compiling/installing Perl $BREWVER (without testing, may take up to 5 minutes)" \
-    "perlbrew install --as $BREWVER --notest --verbose $BREWOPTS -j $NUMTHREADS $BREWVER"
+    "perlbrew install --as $BREWVER --notest --verbose $BREWOPTS -j 2  $BREWVER"
 
   # can not do 'perlbrew uss' in the run_or_err subshell above
   perlbrew use $BREWVER || \