Comment 11 for bug 1391935

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/135636
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=85e71c24eed03f69538ca311487deee9f8f189e5
Submitter: Jenkins
Branch: stable/5.1

commit 85e71c24eed03f69538ca311487deee9f8f189e5
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 17 20:21:55 2014 +0400

    Raise number of nailgun uWSGI workers and sockets

    Fixes issue where nailgun stops responding to requests
    because all workers are occupied and the queue of
    available uWSGI sockets fills up by increasing the
    number of workers (double) and raising the connection
    limit from 100 to 4096.

    This requires a kernel setting of net.core.somaxconn, which
    is now being applied on Fuel Master host because it cannot
    be done on an unprivileged Docker container.

    Change-Id: Ib25d45c75c34a71b24fe620bf1077f71c2b8af6d
    Closes-Bug: #1391935
    (cherry picked from commit 7cec9cc552386ff57366b73097eb7cebc58ad3f0)