Merge pull request #5363 from vmware/midofy_max_works_num

Modify the cfg option 'max_job_workers' from 50 to 10 to reduce the resource requirement
This commit is contained in:
Steven Zou 2018-07-23 14:40:35 +08:00 committed by GitHub
commit 8436d2b4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ hostname = reg.mydomain.com
ui_url_protocol = http
#Maximum number of job workers in job service
max_job_workers = 50
max_job_workers = 10
#Determine whether or not to generate certificate for the registry's token.
#If the value is on, the prepare script creates new root cert and private key