Comment 2 for bug 1582288

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-memcached_server (master)

Reviewed: https://review.openstack.org/317030
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/commit/?id=5c2d8c55ec51bee993d134aa9d4484879b762d62
Submitter: Jenkins
Branch: master

commit 5c2d8c55ec51bee993d134aa9d4484879b762d62
Author: Bjoern Teipel <email address hidden>
Date: Mon May 16 11:48:53 2016 -0500

    Configure nofile OS limit for memcached server role

    This fix adds 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.

    Closes-Bug: #1582288

    Change-Id: I558ba329b7247cdfcf660e392c3ae0c4a0d65a53