comparison 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
comparison
equal deleted inserted replaced
1188:5d0cc9f886f4 1189:f25d00109de0
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="14"> 13 rev="15">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
338 338
339 <para> 339 <para>
340 In addition, all active keys and information about data are stored 340 In addition, all active keys and information about data are stored
341 in a shared memory zone, whose <value>name</value> and <value>size</value> 341 in a shared memory zone, whose <value>name</value> and <value>size</value>
342 are configured by the <literal>keys_zone</literal> parameter. 342 are configured by the <literal>keys_zone</literal> parameter.
343 One megabyte zone can store about 8 thousand keys.
344 </para>
345
346 <para>
343 Cached data that are not accessed during the time specified by the 347 Cached data that are not accessed during the time specified by the
344 <literal>inactive</literal> parameter get removed from the cache 348 <literal>inactive</literal> parameter get removed from the cache
345 regardless of their freshness. 349 regardless of their freshness.
346 By default, <literal>inactive</literal> is set to 10 minutes. 350 By default, <literal>inactive</literal> is set to 10 minutes.
347 </para> 351 </para>