|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.4-dev1-60 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.4-dev1-66 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4769 | 4769 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4770 | 4770 | </p> |
4771 | 4771 | <p class="text-right"> |
4772 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/01</b></small> |
| 4772 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/06</b></small> |
4773 | 4773 | </p> |
4774 | 4774 | </div> |
4775 | 4775 | <!-- /.sidebar --> |
|
4780 | 4780 | <div class="text-center"> |
4781 | 4781 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4782 | 4782 | <h2>Configuration Manual</h2> |
4783 | | - <p><strong>version 3.4-dev1-60</strong></p> |
| 4783 | + <p><strong>version 3.4-dev1-66</strong></p> |
4784 | 4784 | <p> |
4785 | 4785 | 2025/12/10<br> |
4786 | 4786 |
|
@@ -8094,6 +8094,17 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.< |
8094 | 8094 | - per-core, each thread will be bound to all the hardware threads of one core. |
8095 | 8095 | - per-group, each thread will be bound to all the hardware threads of the |
8096 | 8096 | group. This is the default unless threads-per-core 1 is used in cpu-policy. |
| 8097 | + per-group accepts an optional argument, to specify how CPUs should be |
| 8098 | + allocated. When a list of CPUs is larger than the maximum allozed number |
| 8099 | + of CPUs per group and has to be split between multiple groups, an extra |
| 8100 | + option allows to choose how the groups will be bound to those CPUs: |
| 8101 | + - auto: each thread group will only be assigned a fair share of contiguous |
| 8102 | + CPU cores that are dedicated to it and not shared with other groups. |
| 8103 | + This is the default as it generally is more optimal. |
| 8104 | + be shared across two thread groups. This is the default. |
| 8105 | + - loose: each group will still be allowed to use any CPU in the list. This |
| 8106 | + generally causes more contention, but may sometimes help deal better |
| 8107 | + with parasitic loads running on the same CPUs. |
8097 | 8108 | - auto, per-group will be used, unless threads-per-core 1 is used in |
8098 | 8109 | cpu-policy, in which case per-core will be used. This is the default. |
8099 | 8110 | - per-thread, that will bind one thread to one hardware thread only. |
@@ -34273,7 +34284,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
34273 | 34284 | <br> |
34274 | 34285 | <hr> |
34275 | 34286 | <div class="text-right"> |
34276 | | - HAProxy 3.4-dev1-60 – Configuration Manual<br> |
| 34287 | + HAProxy 3.4-dev1-66 – Configuration Manual<br> |
34277 | 34288 | <small>, 2025/12/10</small> |
34278 | 34289 | </div> |
34279 | 34290 | </div> |
|
0 commit comments