From bb00676ae9d58e54e7079a7844250d50bd350682 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 29 Jun 2021 11:41:10 +0000 Subject: Remove support for configuring always-reuse-limit. It has never been used in 16 years... --- vespamalloc/etc/vespamalloc.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'vespamalloc/etc') 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. -- cgit v1.2.3