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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user