jemalloc performance tunning for Embedded Platform

Jason Evans jasone at canonware.com
Wed May 16 11:51:02 PDT 2012


On May 16, 2012, at 12:41 AM, amol pise wrote:
> I am planning to use jemalloc library for the embedded platform (ARM and MIPS).
> I wanted to know the areas where we can tunned its performance for
> Embedded platforms ?
> 
> Your suggestions and inputs are very important for me to go ahead.
> 
> I realy appriciated the help in this regards.
> 
> Waiting for the reply.

You probably want to disable every optional feature at configuration time.  Depending on the virtual memory system for your embedded platform, you may want to reduce the chunk size.  I can't think of any other general guidelines that apply to all embedded use cases.

Jason


More information about the jemalloc-discuss mailing list