openstack-ansible/releasenotes/notes/memcached_server-add-nofile-setting-504e0c50e10a4ea6.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00:00

10 lines
399 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.