We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd5869 commit 156a33fCopy full SHA for 156a33f
src/FreeRTOSConfig.h
@@ -71,7 +71,7 @@
71
/* Memory allocation related definitions. */
72
#define configSUPPORT_STATIC_ALLOCATION 0
73
#define configSUPPORT_DYNAMIC_ALLOCATION 1
74
-#define configTOTAL_HEAP_SIZE (128*1024)
+#define configTOTAL_HEAP_SIZE (64*1024)
75
#define configAPPLICATION_ALLOCATED_HEAP 0
76
77
/* Hook function related definitions. */
0 commit comments