Set Swift workers to 2
Swift workers have been decreased to 1 recently, but after doing some more benchmarks it seems that 2 is actually the sweet spot (details in https://review.openstack.org/#/c/618105/). Change-Id: If8135bb641f5e0e7e2ed983bc23808268558d054
This commit is contained in:
parent
0561a3536a
commit
a05ba28c60
@ -122,10 +122,10 @@ parameter_defaults:
|
||||
NeutronPortQuota: '-1'
|
||||
SwiftCorsAllowedOrigin: '*'
|
||||
SwiftReplicas: 1
|
||||
SwiftWorkers: 1
|
||||
SwiftAccountWorkers: 1
|
||||
SwiftContainerWorkers: 1
|
||||
SwiftObjectWorkers: 1
|
||||
SwiftWorkers: 2
|
||||
SwiftAccountWorkers: 2
|
||||
SwiftContainerWorkers: 2
|
||||
SwiftObjectWorkers: 2
|
||||
# A list of static routes for the control plane network. Ensure traffic to
|
||||
# nodes on remote control plane networks use the correct network path.
|
||||
# Example:
|
||||
|
Loading…
Reference in New Issue
Block a user