summaryrefslogtreecommitdiffstats
path: root/vespamalloc/etc/vespamalloc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vespamalloc/etc/vespamalloc.conf')
-rw-r--r--vespamalloc/etc/vespamalloc.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/vespamalloc/etc/vespamalloc.conf b/vespamalloc/etc/vespamalloc.conf
index 2ae0af00a11..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.
@@ -24,7 +23,4 @@ bigblocklimit 0x80000000 # default(0x800000) Limit for when to log ne
pralloc_loglimit 0x7fffffffffffffff # What to log pr alloc. default(0x7fffffffffffffff) except mallocdst(0x200000). mallocdst_nl(0x7fffffffffffffff), but has effect on SIGHUP.
#Some deprecated/less usefull ones.
-atnomem_loglevel 2 # default(1) Loglevel used when datasegment is exhausted.
-atdoubledelete_loglevel 2 # default(1) Loglevel used when vespa_malloc discovers a double delete.
-atinvalid_loglevel 2 # default(1) Loglevel used when vespa_malloc discovers logical error.
allocs2show 0 # Number of allocations to show when dumping stacktrace.