On Wed, May 25, 2016 at 1:35 AM, Julien VALLET <
Julien.Vallet@fleet-technology.com> wrote:
> Hi Charles,
>
>
>
> Is it safe to reduce YAFFS_N_TEMP_BUFFERS? Do you have advices about it?
>
It is safe to do that because Yaffs will fall back to malloc/freeing
buffers as needed.
However that potentially leads to a lot of extra malloc/frees depending
on the types of operation
sequences you are doing.
So, in general I would not advise this.
-- Charles