It looks like the available ram space is a roundly even split between heap and static allocations.
Is there a way to increase one of these (at the cost of the other of course). Specifically, we do not need 187 KB heap space, but could do with a bit more than 180kB static allocations
Cheers /Flemming
Code: Select all
<BOOT>
I (0) cpu_start: Starting scheduler on APP CPU.
PREAMBLE: This is an ESP32 chip with 2 CPU cores, WiFi/BT/BLE, Heap: 187328
<MAKE SIZE>
Used static DRAM: 119256 bytes ( 61480 available, 66.0% used) (ca 180 kb total. How to increase this for heap)