tripleo-heat-templates/releasenotes/notes/addmemcachedmaxconnections-b591c0fa39e821f5.yaml
David Hill 1ec4e5eceb Add setting to override max memcached connections
Added MemcachedMaxConnections to allow max connection override as
actually the limit is 8192 connections but in some cases the environment
will create more than 8192 connections to each memcached server.

Closes-Bug: #1911664

Change-Id: Iaef7c01127327f709577bef3d2e96db840ba2b80
(cherry picked from commit bbed1ef736)
2021-01-15 16:25:10 +00:00

7 lines
225 B
YAML

---
features:
- |
Added ``MemcachedMaxConnections`` setting with a default of 8192 maximum
connections in order to allow an operator to override that value in
environments where memcached is heavily sollicited.