Re: [Yaffs] Yaffs tuning

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: Julien VALLET
CC: yaffs@stoneboat.aleph1.co.uk
Subject: Re: [Yaffs] Yaffs tuning
On Wed, May 25, 2016 at 1:35 AM, Julien VALLET <
> 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