]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Tue, 1 Feb 2000 12:43:02 +0000 (12:43 +0000)
committerwessels <>
Tue, 1 Feb 2000 12:43:02 +0000 (12:43 +0000)
commit663da80b465f66dc509ead00b19d5d77469841d9
tree497259670755efb381afc7535007e9d29228092f
parentb83491e7abe0a3aaba6f293c0cc3505752b3a936
DW:
 - Changed storeGetMemSpace so that it doesn't immediately exit
   if the store is in rebuilding phase.  Purging memory objects
   should be a "light" activity, so there should be no performance
   penalty.  If we don't purge memory objects during the rebuild
   phase, then memory usage grows without bounds until rebuilding
   is complete.  At high workloads this can cause malloc to fail.
src/store.cc