From 43d8296504fc2dbb80ebbdf04072286805ae9bff Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 9 Oct 2020 16:45:27 +0200 Subject: increase default cache size --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') 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 \ -- cgit 1.4.1