Comment 9 for bug 1391935

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

Reviewed: https://review.openstack.org/135018
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=7cec9cc552386ff57366b73097eb7cebc58ad3f0
Submitter: Jenkins
Branch: master

commit 7cec9cc552386ff57366b73097eb7cebc58ad3f0
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