Re: [Yaffs] Yaffs tuning

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
+ (text/html)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Charles Manning
Data:  
Para: Julien VALLET
CC: yaffs@stoneboat.aleph1.co.uk
Asunto: 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