]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove custom pool chunk size for StoreEntry.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 21 Sep 2015 13:19:28 +0000 (15:19 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 21 Sep 2015 13:19:28 +0000 (15:19 +0200)
commitb6290dca1b0092adf73b80ee4f868eee21a8b11f
treef18987b3c70d5a1eb0ef84748db81b677463b939
parente3a5c24cadce1e531df91e95a213d28cd0ac4044
Remove custom pool chunk size for StoreEntry.

As an historic optimization StoreEntry uses a custom pool chunk size of 2MB.
Knowledge of the actual benefits from this optimization has been lost in time,
and it's not possible to accurately measure its actual impact in all load
scenarios; at the same time this optimization is blocking other potentially
useful developments.
This change is therefore considered a potential performance regression in
some load scenarios.
src/store.cc