openstack-ansible-memcached.../releasenotes/notes/memcached_server-add-nofile-setting-504e0c50e10a4ea6.yaml
Major Hayden e97c1f2b10 Fix spacing and markup in release note
Change-Id: Ib78f32a6d577a144670db9eaba0de8a907f845c5
2016-06-15 09:28:11 -05:00

10 lines
402 B
YAML

---
features:
- The openstack-ansible-memcached_server role includes
a new override, ``memcached_connections`` which is
automatically calculated from the number of memcached
connection limit plus additional 1k to configure
the OS nofile limit. Without proper nofile limit
configuration, memcached will crash in order to support
higher parallel connection TCP/Memcache counts.