Skip to content

Commit 9c70088

Browse files
committed
Update memory.cpp
1 parent 6ca9f01 commit 9c70088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/ESP32/_nanoCLR/Memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const char *TAG = "Memory";
3030
// If bluetooth configured then increase minimum by value
3131
#define BLE_EXTRA_IDF_MEMORY_RESERVE (30 * 1024)
3232
// If Thread configured then increase minimum by value
33-
#define THREAD_EXTRA_IDF_MEMORY_RESERVE (30 * 1024)
33+
#define THREAD_EXTRA_IDF_MEMORY_RESERVE (20 * 1024)
3434

3535
// Space to leave free in internal RAM for allocation by IDF malloc
3636
#define INTERNAL_RAM_LEAVE_FREE_FOR_ALLOCATION (ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION * 1024)

0 commit comments

Comments
 (0)