diff xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1189:f25d00109de0

Documented cache keys_zone memory estimates.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 May 2014 20:58:55 +0400
parents f9c8336fe43c
children 5be7716a5684
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="14">
+        rev="15">
 
 <section id="summary">
 
@@ -340,6 +340,10 @@ are put on the same file system.
 In addition, all active keys and information about data are stored
 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.
+</para>
+
+<para>
 Cached data that are not accessed during the time specified by the
 <literal>inactive</literal> parameter get removed from the cache
 regardless of their freshness.