changeset 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
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Oct 31 09:36:17 2011 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Oct 31 12:27:06 2011 +0000
@@ -373,6 +373,21 @@
 </directive>
 
 
+<directive name="connection_pool_size">
+<syntax><argument>size</argument></syntax>
+<default>256</default>
+<context>http</context>
+<context>server</context>
+
+<para>
+Allows to fine tune per-connection memory allocations.
+This directive has minimal impact on performance,
+and should not generally be used.
+</para>
+
+</directive>
+
+
 <directive name="default_type">
 <syntax><argument>mime-type</argument></syntax>
 <default>text/plain</default>
@@ -1515,6 +1530,21 @@
 </directive>
 
 
+<directive name="request_pool_size">
+<syntax><argument>size</argument></syntax>
+<default>4k</default>
+<context>http</context>
+<context>server</context>
+
+<para>
+Allows to fine tune per-request memory allocations.
+This directive has minimal impact on performance,
+and should not generally be used.
+</para>
+
+</directive>
+
+
 <directive name="resolver_timeout">
 <syntax><argument>time</argument></syntax>
 <default>30s</default>