diff options
author | van Hauser <vh@thc.org> | 2020-10-09 16:45:27 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-09 16:45:27 +0200 |
commit | 43d8296504fc2dbb80ebbdf04072286805ae9bff (patch) | |
tree | 6c7defdfff935af153e4cad3bc300da27394672b /include/config.h | |
parent | 2d5fadc1e6a684b5e3e527a64b614f6b1ba8415f (diff) | |
download | afl++-43d8296504fc2dbb80ebbdf04072286805ae9bff.tar.gz |
increase default cache size
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index f01ddc04..9c316a86 100644 --- a/include/config.h +++ b/include/config.h @@ -297,7 +297,7 @@ /* The amount of entries in the testcase cache, held in memory. Decrease if RAM usage is high. */ -#define TESTCASE_CACHE_SIZE 2048 +#define TESTCASE_CACHE_SIZE 3072 #if TESTCASE_CACHE_SIZE < 4 #error \ |