# HG changeset patch # User Ruslan Ermilov # Date 1320064026 0 # Node ID ec980064d576af0cda93795a2ff70770e7632731 # Parent 0b65e87daa8a59ccf3dd2b83e93699ce4eb65ee3 Documented the "connection_pool_size" and "request_pool_size" directives. diff -r 0b65e87daa8a -r ec980064d576 xml/en/docs/http/ngx_http_core_module.xml --- 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 @@ + +size +256 +http +server + + +Allows to fine tune per-connection memory allocations. +This directive has minimal impact on performance, +and should not generally be used. + + + + + mime-type text/plain @@ -1515,6 +1530,21 @@ + +size +4k +http +server + + +Allows to fine tune per-request memory allocations. +This directive has minimal impact on performance, +and should not generally be used. + + + + + time 30s