about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-09 16:45:27 +0200
committervan Hauser <vh@thc.org>2020-10-09 16:45:27 +0200
commit43d8296504fc2dbb80ebbdf04072286805ae9bff (patch)
tree6c7defdfff935af153e4cad3bc300da27394672b /include/config.h
parent2d5fadc1e6a684b5e3e527a64b614f6b1ba8415f (diff)
downloadafl++-43d8296504fc2dbb80ebbdf04072286805ae9bff.tar.gz
increase default cache size
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
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 \