From 52512aa0af33a4618649e30b99935620974080dd Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 2 Nov 2020 13:11:21 +0100 Subject: specify testcache is enabled by default --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1ba3be6..26a81d9d 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ behaviours and defaults: * -m none is now default, set memory limits (in MB) with e.g. -m 250 * deterministic fuzzing is now disabled by default (unless using -M) and can be enabled with -D - * a caching of testcases can now be performed and can be enabled by + * a caching of testcases can now be performed and can be modified by editing config.h for TESTCASE_CACHE or by specifying the env variable - `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500. + `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500 (default: 50). ## Contents -- cgit 1.4.1