openstack-ansible/releasenotes/notes/memcached_server-add-nofile-setting-504e0c50e10a4ea6.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00: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.