# HG changeset patch # User Yaroslav Zhuravlev # Date 1571942862 -10800 # Node ID a26a426992074995a1120de5d5edff15ce59c76e # Parent 384211f17f5a6b24d8eb37b78e2540f6fc7daf86 Added note about max number of keepalive requests. diff -r 384211f17f5a -r a26a42699207 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 24 18:04:06 2019 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 24 21:47:42 2019 +0300 @@ -10,7 +10,7 @@ + rev="86">
@@ -925,6 +925,13 @@ After the maximum number of requests are made, the connection is closed. + +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. + + diff -r 384211f17f5a -r a26a42699207 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Thu Oct 24 18:04:06 2019 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Thu Oct 24 21:47:42 2019 +0300 @@ -10,7 +10,7 @@ + rev="82">
@@ -660,6 +660,13 @@ After the maximum number of requests is made, the connection is closed. + +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. + + diff -r 384211f17f5a -r a26a42699207 xml/en/docs/http/ngx_http_v2_module.xml --- 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 @@ + rev="12">
@@ -205,6 +205,13 @@ and the need of establishing a new connection. + +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. + + diff -r 384211f17f5a -r a26a42699207 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Thu Oct 24 18:04:06 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu Oct 24 21:47:42 2019 +0300 @@ -10,7 +10,7 @@ + rev="86">
@@ -920,6 +920,13 @@ соединение закрывается. + +Периодическое закрытие соединений необходимо для освобождения +памяти, выделенной под конкретные соединения. +Поэтому использование слишком большого максимального числа запросов +может приводить к чрезмерному потреблению памяти и не рекомендуется. + + diff -r 384211f17f5a -r a26a42699207 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Thu Oct 24 18:04:06 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Thu Oct 24 21:47:42 2019 +0300 @@ -10,7 +10,7 @@ + rev="82">
@@ -669,6 +669,13 @@ соединение закрывается. + +Периодическое закрытие соединений необходимо для освобождения +памяти, выделенной под конкретные соединения. +Поэтому использование слишком большого максимального числа запросов +может приводить к чрезмерному потреблению памяти и не рекомендуется. + + diff -r 384211f17f5a -r a26a42699207 xml/ru/docs/http/ngx_http_v2_module.xml --- a/xml/ru/docs/http/ngx_http_v2_module.xml Thu Oct 24 18:04:06 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_v2_module.xml Thu Oct 24 21:47:42 2019 +0300 @@ -9,7 +9,7 @@ + rev="12">
@@ -205,6 +205,13 @@ и необходимости установить новое соединение. + +Периодическое закрытие соединений необходимо для освобождения +памяти, выделенной под конкретные соединения. +Поэтому использование слишком большого максимального числа запросов +может приводить к чрезмерному потреблению памяти и не рекомендуется. + +