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 ea52ca6 commit f620c29Copy full SHA for f620c29
ports/espressif/supervisor/port.c
@@ -106,7 +106,7 @@ static size_t spiram_size_usable_for_malloc(void) {
106
// exclusively.
107
#ifdef CONFIG_IDF_TARGET_ESP32
108
// TODO: Determine better: 520kB of internal RAM; similar to 512kB for ESP32-S3.
109
-#define HEAP_SIZE (176 * 1024)
+#define HEAP_SIZE (48 * 1024)
110
#endif
111
#ifdef CONFIG_IDF_TARGET_ESP32S2
112
#define HEAP_SIZE (48 * 1024)
0 commit comments