diff xml/en/docs/http/ngx_http_v2_module.xml @ 2450:a26a42699207

Added note about max number of keepalive requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 24 Oct 2019 21:47:42 +0300
parents ca7568f67dee
children 4f3494d80949
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Thu Oct 24 18:04:06 2019 +0300
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Thu Oct 24 21:47:42 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -205,6 +205,13 @@
 and the need of establishing a new connection.
 </para>
 
+<para>
+Closing connections periodically is necessary to free
+per-connection memory allocations.
+Therefore, using too high maximum number of requests
+could result in excessive memory usage and not recommended.
+</para>
+
 </directive>