Limit gnocchi metricd workers
Metricd was spawning 1 worker per logical core, which in turned blew up the number of connection on MySQL when host has 48 cores. Limit to 4. Change-Id: I06b4cb866cac888e24df78e4c889ac55c5893290
This commit is contained in:
parent
170ccac750
commit
ddfd92e124
@ -16,5 +16,7 @@ ceph_pool = gnocchi
|
||||
ceph_username = gnocchi
|
||||
ceph_conffile = /etc/ceph/ceph.conf
|
||||
|
||||
[metricd]
|
||||
workers = 4
|
||||
|
||||
{% include "parts/section-identity" %}
|
||||
|
Loading…
Reference in New Issue
Block a user