excessive RAM consumption - memory leak
Todd HG
lists at ruby-forum.com
Thu Feb 21 03:22:10 MSK 2008
Igor Sysoev wrote:
> On Wed, Feb 20, 2008 at 11:47:29PM +0100, Todd HG wrote:
>
I've set the cache to:
expires 1M;
add_header Cache-Control public;
I've also added the following to the config:
connection_pool_size 256;
client_header_buffer_size 1k;
large_client_header_buffers 4 4k;
request_pool_size 4k;
output_buffers 4 32k;
postpone_output 1460;
ignore_invalid_headers on;
It appears the:
connection_pool_size 256;
... caused a big drop in my RAM usage. Without this set, does the server
just keep pooling connections?
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list