mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
Modify the cfg option 'max_job_workers' from 50 to 10 to reduce the resource requirement
This commit is contained in:
parent
bb380e6dbc
commit
32f0ceade3
@ -11,7 +11,7 @@ hostname = reg.mydomain.com
|
|||||||
ui_url_protocol = http
|
ui_url_protocol = http
|
||||||
|
|
||||||
#Maximum number of job workers in job service
|
#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.
|
#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
|
#If the value is on, the prepare script creates new root cert and private key
|
||||||
|
Loading…
Reference in New Issue
Block a user