From 5b1c1d7a364ae1b885fb170496120798e6c3ea0e Mon Sep 17 00:00:00 2001 From: Carl Perry Date: Fri, 1 Apr 2016 16:45:10 -0500 Subject: Remove override of number of workers to be used. This should be set in the make scripts and cookbooks for the esoteric platforms that need it. Overriding this to 10 workers on all platforms is slowing things down and causing massive resource constrains and failures on smaller platforms (like ARM). --- omnibus/omnibus.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/omnibus/omnibus.rb b/omnibus/omnibus.rb index 663235d340..4eeee4abcb 100644 --- a/omnibus/omnibus.rb +++ b/omnibus/omnibus.rb @@ -44,10 +44,6 @@ build_retries 3 fetcher_retries 3 fetcher_read_timeout 120 -# We limit this to 10 workers to eliminate transient timing issues in the -# way Ruby (and other components) compiles on some more esoteric *nixes. -workers 10 - # Load additional software # ------------------------------ # software_gems ['omnibus-software', 'my-company-software'] -- cgit v1.2.1