I am trying to run jemalloc 5.2 with below options:
LD_PRELOAD='path/lib/libjemalloc.so';
MALLOC_CONF= 'background_thread:true,prof:true,prof_leak:true,lg_prof_interval:30,lg_prof_sample:20,prof_prefix:/path/jeprof,prof_final:false';
Is there a flag in MALLOC_CONF to do file rotation/purge old files?