|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev8-18 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2-dev8-25 - 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" /> |
|
4480 | 4480 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4481 | 4481 | </p> |
4482 | 4482 | <p class="text-right"> |
4483 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/25</b></small> |
| 4483 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/31</b></small> |
4484 | 4484 | </p> |
4485 | 4485 | </div> |
4486 | 4486 | <!-- /.sidebar --> |
|
4491 | 4491 | <div class="text-center"> |
4492 | 4492 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4493 | 4493 | <h2>Configuration Manual</h2> |
4494 | | - <p><strong>version 3.2-dev8-18</strong></p> |
| 4494 | + <p><strong>version 3.2-dev8-25</strong></p> |
4495 | 4495 | <p> |
4496 | 4496 | 2025/03/21<br> |
4497 | 4497 |
|
@@ -7538,6 +7538,33 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.< |
7538 | 7538 | the limit of 32 or 64 depending on the system. This is |
7539 | 7539 | the default policy. |
7540 | 7540 |
|
| 7541 | + - group-by-2-clusters same as "group-by-cluster" but create a group every |
| 7542 | + two clusters. This can make sense on CPUs having many |
| 7543 | + clusters of few cores each, to avoid creating many |
| 7544 | + groups, or to smooth the distribution a little bit when |
| 7545 | + not all cores are in use. Please note that it can have |
| 7546 | + very bad performance effects when the communication |
| 7547 | + between clusters is slow. This is generally recommended |
| 7548 | + against. |
| 7549 | + |
| 7550 | + - group-by-3-clusters same as "group-by-cluster" but create a group every |
| 7551 | + three clusters. This can make sense on CPUs having many |
| 7552 | + clusters of few cores each, to avoid creating many |
| 7553 | + groups, or to smooth the distribution a little bit when |
| 7554 | + not all cores are in use. Please note that it can have |
| 7555 | + very bad performance effects when the communication |
| 7556 | + between clusters is slow. This is generally recommended |
| 7557 | + against. |
| 7558 | + |
| 7559 | + - group-by-4-clusters same as "group-by-cluster" but create a group every |
| 7560 | + four clusters. This can make sense on CPUs having many |
| 7561 | + clusters of few cores each, to avoid creating many |
| 7562 | + groups, or to smooth the distribution a little bit when |
| 7563 | + not all cores are in use. Please note that it can have |
| 7564 | + very bad performance effects when the communication |
| 7565 | + between clusters is slow. This is generally recommended |
| 7566 | + against. |
| 7567 | + |
7541 | 7568 | - group-by-cluster if neither "<a href="#nbthread">nbthread</a>" not "nbtgroups" were set, then |
7542 | 7569 | one thread group is created for each CPU cluster with |
7543 | 7570 | available CPUs, each with as many threads as CPUs. All |
@@ -32159,7 +32186,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
32159 | 32186 | <br> |
32160 | 32187 | <hr> |
32161 | 32188 | <div class="text-right"> |
32162 | | - HAProxy 3.2-dev8-18 – Configuration Manual<br> |
| 32189 | + HAProxy 3.2-dev8-25 – Configuration Manual<br> |
32163 | 32190 | <small>, 2025/03/21</small> |
32164 | 32191 | </div> |
32165 | 32192 | </div> |
|
0 commit comments