Limit number of workers in glance
Default glance behavior is to spawn the number of cores as workers. Limit to 4 as the other services. Change-Id: Ibb9086c58a53c9cb06a2ce78c581dc1b142d0b3d
This commit is contained in:
parent
b04f44c4dc
commit
1adf6b46c9
@ -9,6 +9,7 @@ debug = {{ options.debug }}
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
{% endif %}
|
||||
bind_port = 9282
|
||||
workers = 4
|
||||
|
||||
{% if ceph.auth %}
|
||||
enabled_backends = filestore:file, ceph:rbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user