From cc1d78b0a879a3a4c494427073742a1d1e6bf14e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 21 Jun 2022 15:44:59 +0200 Subject: [PATCH] conf: Fix documentation for leak detective's usage thresholds These only apply to the usage reports that are available via `stroke memusage`, not to leak reports when executables are terminated, which always include all non-whitelisted leaks. --- conf/options/charon.opt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/options/charon.opt b/conf/options/charon.opt index 541da33b6..7d00e1a8c 100644 --- a/conf/options/charon.opt +++ b/conf/options/charon.opt @@ -255,11 +255,12 @@ charon.leak_detective.detailed = yes Includes source file names and line numbers in leak detective output. charon.leak_detective.usage_threshold = 10240 - Threshold in bytes for leaks to be reported (0 to report all). + Threshold in bytes for allocations to be included in usage reports (0 to + include all). charon.leak_detective.usage_threshold_count = 0 - Threshold in number of allocations for leaks to be reported (0 to report - all). + Threshold in number of allocations for allocations to be included in usage + reports (0 to include all). charon.load Plugins to load in the IKE daemon charon.