Skip to content

Commit c1b6c36

Browse files
committed
esp32 can allocate 88kB successfully
1 parent 13be10e commit c1b6c36

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/supervisor

1 file changed

+1
-1
lines changed

ports/espressif/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static size_t spiram_size_usable(void) {
106106
// exclusively.
107107
#ifdef CONFIG_IDF_TARGET_ESP32
108108
// TODO: Determine better: 520kB of internal RAM; similar to 512kB for ESP32-S3.
109-
#define HEAP_SIZE (48 * 1024)
109+
#define HEAP_SIZE (88 * 1024)
110110
#endif
111111
#ifdef CONFIG_IDF_TARGET_ESP32S2
112112
#define HEAP_SIZE (48 * 1024)

0 commit comments

Comments
 (0)