Compare commits

1 Commits

Author SHA1 Message Date
a408615f7d perf: increased default heap size 2025-08-11 15:38:39 +03:00

View File

@@ -72,7 +72,7 @@
/* Memory allocation related definitions. */
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configTOTAL_HEAP_SIZE 762
#define configTOTAL_HEAP_SIZE 1280
#define configAPPLICATION_ALLOCATED_HEAP 0
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0