]> git.ipfire.org Git - thirdparty/squid.git/commit
Bugzilla #165: "Store Mem Buffer" leaks badly
authorwessels <>
Tue, 26 Jun 2001 22:44:24 +0000 (22:44 +0000)
committerwessels <>
Tue, 26 Jun 2001 22:44:24 +0000 (22:44 +0000)
commit7981509ac6ba50a8bf8f6767d6a640c9dc92c575
tree2e94054e4e66e6184f0aaa7ce73de7c96034ada7
parent28b17d9bc9113592a23268d85345c88f8a5d3688
Bugzilla #165: "Store Mem Buffer" leaks badly

This fixes some excessive memory usage problems (for uncachable
responses only?) when 'maximum_object_size_in_memory' is not set
to a small value.  It was probably a coding bug from long ago
that didn't occur much because 'maximum_object_size_in_memory'
used to be hard-coded to a small value (8KB).
src/store_swapout.cc