core: reduce default INSN_CACHE_SIZE to 32 to reduce stack memory variable size @insn_cache
diff --git a/cs.c b/cs.c
index 859f011..435ecec 100644
--- a/cs.c
+++ b/cs.c
@@ -11,7 +11,7 @@
 #include "MCRegisterInfo.h"
 
 #ifndef CAPSTONE_DIET
-#define INSN_CACHE_SIZE 64
+#define INSN_CACHE_SIZE 32
 #else
 #define INSN_CACHE_SIZE 8
 #endif