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 13:36:46 +08:00
parent bb380e6dbc
commit 32f0ceade3

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