From 32f0ceade3d176754efd9e916e3c138b7096ebd3 Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Mon, 23 Jul 2018 13:36:46 +0800 Subject: [PATCH] Modify the cfg option 'max_job_workers' from 50 to 10 to reduce the resource requirement --- make/harbor.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index f702ea1a2..1dbfd826a 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -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