comparison xml/en/docs/http/ngx_http_core_module.xml @ 161:ec980064d576

Documented the "connection_pool_size" and "request_pool_size" directives.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 31 Oct 2011 12:27:06 +0000
parents 0b65e87daa8a
children a8bd350e3481
comparison
equal deleted inserted replaced
160:0b65e87daa8a 161:ec980064d576
366 Please be aware that 366 Please be aware that
367 <link doc="/web/upload.xml">browsers cannot correctly display 367 <link doc="/web/upload.xml">browsers cannot correctly display
368 this error</link>. 368 this error</link>.
369 Setting <argument>size</argument> to 0 disables client 369 Setting <argument>size</argument> to 0 disables client
370 request body size checking. 370 request body size checking.
371 </para>
372
373 </directive>
374
375
376 <directive name="connection_pool_size">
377 <syntax><argument>size</argument></syntax>
378 <default>256</default>
379 <context>http</context>
380 <context>server</context>
381
382 <para>
383 Allows to fine tune per-connection memory allocations.
384 This directive has minimal impact on performance,
385 and should not generally be used.
371 </para> 386 </para>
372 387
373 </directive> 388 </directive>
374 389
375 390
1513 </para> 1528 </para>
1514 1529
1515 </directive> 1530 </directive>
1516 1531
1517 1532
1533 <directive name="request_pool_size">
1534 <syntax><argument>size</argument></syntax>
1535 <default>4k</default>
1536 <context>http</context>
1537 <context>server</context>
1538
1539 <para>
1540 Allows to fine tune per-request memory allocations.
1541 This directive has minimal impact on performance,
1542 and should not generally be used.
1543 </para>
1544
1545 </directive>
1546
1547
1518 <directive name="resolver_timeout"> 1548 <directive name="resolver_timeout">
1519 <syntax><argument>time</argument></syntax> 1549 <syntax><argument>time</argument></syntax>
1520 <default>30s</default> 1550 <default>30s</default>
1521 <context>http</context> 1551 <context>http</context>
1522 <context>server</context> 1552 <context>server</context>