]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Arkin <arkin.yang@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 May 2009 09:28:55 +0000 (21:28 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 May 2009 09:28:55 +0000 (21:28 +1200)
commit13a07022015216d4bfdd5d7e0dab82faa5789646
tree027df2c5c67411db7c2b8aed894d15c7e14cbf07
parent46edb3c1351230328021ff065f5d5052438d2076
Author: Arkin <arkin.yang@gmail.com>
Bug 2387: The calculation of the number of hash buckets need to account for the memory size, not only disk size

cache_mem only setups without a cache_dir miscalculates the hash table size,
resulting in poor performance if cache_mem is very large.
src/store_dir.cc