Skip to content

Commit 3b83e39

Browse files
sylvioalvescarlescufi
authored andcommitted
soc: esp32: decrease region 1 default pool size
Make the available heap for the 128k bank smaller so that it frees up space for some samples as pktqueue and smp. In the context of toolchain, this enables having twister test to pass in those tests that requires more memory. Signed-off-by: Sylvio Alves <[email protected]>
1 parent c9f6d18 commit 3b83e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/xtensa/esp32/Kconfig.soc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config ESP32_BT_RESERVE_DRAM
3838

3939
config ESP_HEAP_MEM_POOL_REGION_1_SIZE
4040
int "Internal DRAM region 1 mempool size"
41-
default 49152
41+
default 16384
4242
help
4343
ESP32 has two banks of size 192K and 128K which can be used
4444
as DRAM, system heap allocates area from region 0.

0 commit comments

Comments
 (0)