commit | e3f5913f54f5455ab5422c70d6758ab4333be393 | [log] [tgz] |
---|---|---|
author | Swann Croiset <scroiset@mirantis.com> | Thu Jan 12 14:01:06 2017 +0100 |
committer | Swann Croiset <scroiset@mirantis.com> | Thu Jan 12 14:10:31 2017 +0100 |
tree | f5c60413b304c33ae70b2d096ff7c8baa6d79ba5 | |
parent | af499166eb21728335f4557338f5ac7295840cb0 [diff] [blame] |
Limit collectd write queue memory
diff --git a/metadata/service/client/init.yml b/metadata/service/client/init.yml index 6ef1257..0ed4a04 100644 --- a/metadata/service/client/init.yml +++ b/metadata/service/client/init.yml
@@ -7,4 +7,6 @@ client: enabled: true read_interval: 60 + write_queue_limit_high: 10000 + write_queue_limit_low: 10000 use_fqdn: true