I'm using Arduino for ESP32, and the SD library. I cannot get the memory usage below 10KB (with max 1 file open). I found that this memory is allocated by
. Is there any way to reduce the amount of memory it uses? 10KB seems excessive for a single file. Unfortunately changing file systems is not feasible for me, as the SD card needs to be readable by another computer.