Fix the amount of workers spawned for non proxies
We were running as auto so swift would spawn a lot of processes consuming memory and CPU which are not really neeeded in a devstack env (and bad for the jenkins vm). Closes-Bug: 1259548 Change-Id: I6b5266186168fe99568dda5453b436c2f9cfedb3
This commit is contained in:
parent
3ae26652af
commit
86d9aed67d
@ -376,6 +376,9 @@ EOF
|
||||
iniuncomment ${swift_node_config} DEFAULT log_facility
|
||||
iniset ${swift_node_config} DEFAULT log_facility LOG_LOCAL${log_facility}
|
||||
|
||||
iniuncomment ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT workers
|
||||
iniset ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT workers 1
|
||||
|
||||
iniuncomment ${swift_node_config} DEFAULT disable_fallocate
|
||||
iniset ${swift_node_config} DEFAULT disable_fallocate true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user