Comment 3 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/134219
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=88a8b82db851434bca098918eda644074b24943f
Submitter: Jenkins
Branch: stable/5.1

commit 88a8b82db851434bca098918eda644074b24943f
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 10 19:56:10 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.

    Closes-Bug: #1391935

    Change-Id: Id6bb0fc259ee78fa5dc33ce072ba426e595278f7
    (cherry picked from commit e2e1166a55f2dea80ed29dc37ebcaed93f8122c3)