Open lddlww opened 4 years ago
一、proxysql version
ProxySQL version 2.0.7-80-g4dd4ef5, codename Truls
when i use the following command,i got error:jemalloc:Invalid conf pair: purge:decay
MALLOC_CONF="xmalloc:true,lg_tcache_max:16,purge:decay,prof:true,prof_leak:true,lg_prof_sample:18,lg_prof_interval:30" proxysql -f -c /etc/proxysql.cnf
二、remove “purge:decay” when i use:
MALLOC_CONF="xmalloc:true,lg_tcache_max:16,prof:true,prof_leak:true,lg_prof_sample:18,lg_prof_interval:30" proxysql -f -c /etc/proxysql.cnf
i can't find any *.heap file
https://github.com/sysown/proxysql/issues/2043
I have the same problem in v2.0.12
purge:decay seem to be removed in jemalloc v5.2
purge:decay
一、proxysql version
when i use the following command,i got error:jemalloc:Invalid conf pair: purge:decay
二、remove “purge:decay” when i use:
i can't find any *.heap file