|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3-dev8-16 - Management Guide</title> |
| 5 | + <title>HAProxy version 3.3-dev8-26 - Management Guide</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" /> |
|
662 | 662 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
663 | 663 | </p> |
664 | 664 | <p class="text-right"> |
665 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/05</b></small> |
| 665 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/08</b></small> |
666 | 666 | </p> |
667 | 667 | </div> |
668 | 668 | <!-- /.sidebar --> |
|
673 | 673 | <div class="text-center"> |
674 | 674 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
675 | 675 | <h2>Management Guide</h2> |
676 | | - <p><strong>version 3.3-dev8-16</strong></p> |
| 676 | + <p><strong>version 3.3-dev8-26</strong></p> |
677 | 677 | <p> |
678 | 678 | <br> |
679 | 679 |
|
@@ -1741,9 +1741,7 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1> |
1741 | 1741 | the system doesn't have any enough memory, then haproxy will first start to |
1742 | 1742 | free all available objects from all pools before attempting to allocate memory |
1743 | 1743 | again. This mechanism of releasing unused memory can be triggered by sending |
1744 | | -the signal SIGQUIT to the haproxy process. When doing so, the pools state prior |
1745 | | -to the flush will also be reported to stderr when the process runs in |
1746 | | -foreground. |
| 1744 | +the signal SIGQUIT to the haproxy process. |
1747 | 1745 |
|
1748 | 1746 | During a reload operation, the process switched to the graceful stop state also |
1749 | 1747 | automatically performs some flushes after releasing any connection so that all |
@@ -5624,7 +5622,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13 |
5624 | 5622 | <br> |
5625 | 5623 | <hr> |
5626 | 5624 | <div class="text-right"> |
5627 | | - HAProxy 3.3-dev8-16 – Management Guide<br> |
| 5625 | + HAProxy 3.3-dev8-26 – Management Guide<br> |
5628 | 5626 | <small>, </small> |
5629 | 5627 | </div> |
5630 | 5628 | </div> |
|
0 commit comments