comparison xml/en/docs/http/ngx_http_core_module.xml @ 1619:88ad8fcea975

Changed default value of connection_pool_size.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 11 Dec 2015 20:40:48 +0300
parents 1bab8e5f53c6
children eb6409ad9dca
comparison
equal deleted inserted replaced
1618:822415181fb7 1619:88ad8fcea975
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="49"> 13 rev="50">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
406 </directive> 406 </directive>
407 407
408 408
409 <directive name="connection_pool_size"> 409 <directive name="connection_pool_size">
410 <syntax><value>size</value></syntax> 410 <syntax><value>size</value></syntax>
411 <default>256</default> 411 <default>256|512</default>
412 <context>http</context> 412 <context>http</context>
413 <context>server</context> 413 <context>server</context>
414 414
415 <para> 415 <para>
416 Allows accurate tuning of per-connection memory allocations. 416 Allows accurate tuning of per-connection memory allocations.
417 This directive has minimal impact on performance 417 This directive has minimal impact on performance
418 and should not generally be used. 418 and should not generally be used.
419 By default, the size is equal to
420 256 bytes on 32-bit platforms and 512 bytes on 64-bit platforms.
421 <note>
422 Prior to version 1.9.8, the default value was 256 on all platforms.
423 </note>
419 </para> 424 </para>
420 425
421 </directive> 426 </directive>
422 427
423 428