Syntax: | connection_pool_size |
---|---|
Default: | connection_pool_size 256|512; |
Context: | http , server |
Allows accurate tuning of per-connection memory allocations. This directive has minimal impact on performance and should not generally be used. By default, the size is equal to 256 bytes on 32-bit platforms and 512 bytes on 64-bit platforms.
Prior to version 1.9.8, the default value was 256 on all platforms.
Please login to continue.