Welcome to Centmin Mod Community
Register Now

[Solved] Nginx default value for map_hash_bucket_size 512; ?

Discussion in 'Bug Reports' started by rdan, Mar 8, 2016.

  1. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    6:59 PM
    Mainline
    10.2
    But based on this page: Module ngx_http_map_module
    It looks like only option is: 32|64|128 ?

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,223
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    8:59 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    nice catch ! the value was derived from centminmod.com site cluster's extensive use of mappings which kept erroring out until i raised it 512, but seems that it was map_hash_max_size raised value that overcame the errors I had :)
     
  3. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    1:59 PM
    1.9.10
    10.1.11
    I work with
    map_hash_bucket_size 128;
    for a long time without any error or problem.

    hash_max_size and hash_bucked_size different values though :)

    I have about 600 different old url to new url parameter from converted vbulletin to xenforo ( forum categories )