Welcome! Log In Create A New Profile

Advanced

[nginx] Increased default value of variables_hash_max_size.

Andrei Belov
March 25, 2014 11:04AM
details: http://hg.nginx.org/nginx/rev/d0e75244a18a
branches:
changeset: 5623:d0e75244a18a
user: Andrei Belov <defan@nginx.com>
date: Tue Mar 25 18:49:28 2014 +0400
description:
Increased default value of variables_hash_max_size.

diffstat:

src/http/ngx_http_core_module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a23c35496c2f -r d0e75244a18a src/http/ngx_http_core_module.c
--- a/src/http/ngx_http_core_module.c Mon Mar 24 17:55:10 2014 +0400
+++ b/src/http/ngx_http_core_module.c Tue Mar 25 18:49:28 2014 +0400
@@ -3440,7 +3440,7 @@ ngx_http_core_init_main_conf(ngx_conf_t
ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size);


- ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 512);
+ ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024);
ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64);

cmcf->variables_hash_bucket_size =

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Increased default value of variables_hash_max_size.

Andrei Belov 805 March 25, 2014 11:04AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 282
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready