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 6ca9f01 commit 9c70088Copy full SHA for 9c70088
targets/ESP32/_nanoCLR/Memory.cpp
@@ -30,7 +30,7 @@ static const char *TAG = "Memory";
30
// If bluetooth configured then increase minimum by value
31
#define BLE_EXTRA_IDF_MEMORY_RESERVE (30 * 1024)
32
// If Thread configured then increase minimum by value
33
-#define THREAD_EXTRA_IDF_MEMORY_RESERVE (30 * 1024)
+#define THREAD_EXTRA_IDF_MEMORY_RESERVE (20 * 1024)
34
35
// Space to leave free in internal RAM for allocation by IDF malloc
36
#define INTERNAL_RAM_LEAVE_FREE_FOR_ALLOCATION (ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION * 1024)
0 commit comments