Page 2 of 2

Re: SD card memory use

Posted: Sun Sep 16, 2018 9:44 am
by ESP_igrr
This refers to FAT allocation unit size, i.e. the the sector size of the disk. It doesn't refer to RAM allocation.

Re: SD card memory use

Posted: Sun Sep 16, 2018 11:17 am
by snahmad75
Which parameter is defining reading file chunk size RAM for reading/writing .

My internal RAM stats shows reduce ram during files reading from SD card.

Re: SD card memory use

Posted: Wed Oct 10, 2018 11:19 am
by snahmad75
ESP_igrr wrote:This refers to FAT allocation unit size, i.e. the the sector size of the disk. It doesn't refer to RAM allocation.
I still getting low internal ram uage every time I read some web files from SD card for my web application.

It goes down from 60k to 45k.

How can I define reading file chunk size RAM for reading/writing .