diff options
author | Carl Perry <caperry@edolnx.net> | 2016-04-01 16:45:10 -0500 |
---|---|---|
committer | Carl Perry <caperry@edolnx.net> | 2016-04-01 16:45:10 -0500 |
commit | 5b1c1d7a364ae1b885fb170496120798e6c3ea0e (patch) | |
tree | f5e3e1ff69f286aafeecff3ecf45162e113a2d12 /omnibus | |
parent | 84b836980d0964441f1a1d9b9f5fa5278ade6d90 (diff) | |
download | chef-5b1c1d7a364ae1b885fb170496120798e6c3ea0e.tar.gz |
Remove override of number of workers to be used.cperry/remove-workers-override
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).
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/omnibus.rb | 4 |
1 files changed, 0 insertions, 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'] |