我要评分
获取效率
正确性
完整性
易理解

Tuning by the libc Memory Allocator

Purpose

In low pipeline concurrency scenarios, use the libc memory allocator to tune the Redis performance, because libc has better performance than jemalloc.

Procedure

Add the MALLOC=libc parameter during Redis compilation.
1
make MALLOC=libc -j