summaryrefslogtreecommitdiffstats
path: root/vespamalloc/etc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-06-29 11:41:10 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-06-29 11:41:10 +0000
commitbb00676ae9d58e54e7079a7844250d50bd350682 (patch)
treeca0de1fca59411d845c72a6f3011d9210ed602e8 /vespamalloc/etc
parentb2bcbb4807896b14ef34a41efa2054cc2a90a9ab (diff)
Remove support for configuring always-reuse-limit. It has never been used in 16 years...
Diffstat (limited to 'vespamalloc/etc')
-rw-r--r--vespamalloc/etc/vespamalloc.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/vespamalloc/etc/vespamalloc.conf b/vespamalloc/etc/vespamalloc.conf
index c2b79061ea5..3ece047ae07 100644
--- a/vespamalloc/etc/vespamalloc.conf
+++ b/vespamalloc/etc/vespamalloc.conf
@@ -3,7 +3,6 @@
logfile stderr # default(stderr) This is the file to where log is written (stderr, stdout, filename)
# Tuning. But default is probably good.
-alwaysreuselimit 0x200000 # default(0x200000) Objects larger than this will always be returned to the segment for reuse, also by other size classes..
threadcachelimit 0x10000 # default(0x10000) Max bytes in thread local cache per size class.
fillvalue 0xa8 # default(0xa8) means not used. libvespamalloc(dXXXX).so have the possibility to fill memory on free and verify on malloc. This is to help catch use after free errors.