sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6k stars 978 forks source link

<jemalloc>:Invalid conf pair: purge:decay? #2681

Open lddlww opened 4 years ago

lddlww commented 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

jwongz commented 4 years ago

https://github.com/sysown/proxysql/issues/2043

I have the same problem in v2.0.12

jwongz commented 4 years ago

purge:decay seem to be removed in jemalloc v5.2