diff xml/en/docs/http/ngx_http_proxy_module.xml @ 2069:fc3ba2e76974

Documented size of keys_zone for commercial version (trac #1286).
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 26 Oct 2017 15:50:00 +0300
parents a108f1ff1690
children a9a9a052b5bd
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Mon Oct 23 14:48:21 2017 +0300
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Oct 26 15:50:00 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="62">
+        rev="63">
 
 <section id="summary">
 
@@ -454,6 +454,15 @@
 in a shared memory zone, whose <value>name</value> and <value>size</value>
 are configured by the <literal>keys_zone</literal> parameter.
 One megabyte zone can store about 8 thousand keys.
+<note>
+As part of
+<commercial_version>commercial subscription</commercial_version>,
+the shared memory zone also stores extended
+cache <link doc="ngx_http_api_module.xml" id="http_caches_">information</link>,
+thus, it is required to specify a larger zone size for the same number of keys.
+For example,
+one megabyte zone can store about 4 thousand keys.
+</note>
 </para>
 
 <para>