Comment 15 for bug 1485644

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

Reviewed: https://review.openstack.org/214321
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=0a11a467f35dfd6032e57dc78022684e1aca8cfb
Submitter: Jenkins
Branch: master

commit 0a11a467f35dfd6032e57dc78022684e1aca8cfb
Author: Alex Schultz <email address hidden>
Date: Tue Aug 18 14:57:03 2015 -0500

    Increase connection backlogs for apache

    This change increases the net.core.somaxconn from the defaults of 128
    to 4096 and increases net.ipv4.tcp_max_syn_backlog from the defaults of
    128 to 8192. These values only get applied as part of the apache
    modular task.

    Change-Id: I2d4c060ffb0c09096fc86bc7d22efba25de29cd4
    Closes-Bug: 1485644