Merge "Set haproxy nbthread[1] to 2"
This commit is contained in:
@@ -45,6 +45,7 @@ global
|
|||||||
user %(user)s
|
user %(user)s
|
||||||
group %(group)s
|
group %(group)s
|
||||||
maxconn 1024
|
maxconn 1024
|
||||||
|
nbthread 2
|
||||||
pidfile %(pidfile)s
|
pidfile %(pidfile)s
|
||||||
daemon
|
daemon
|
||||||
|
|
||||||
|
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Limit the number of threads used by the metadata haproxy service to 2 using
|
||||||
|
the nbthread configuration. This prevents haproxy from spreading across many
|
||||||
|
threads when the process lacks other restrictions like CPU affinity.
|
||||||
|
For more information, see bug
|
||||||
|
`2120668 <https://bugs.launchpad.net/neutron/+bug/2120668>`_.
|
Reference in New Issue
Block a user