diff --git a/embed/templates/scripts/run_tikv.sh.tpl b/embed/templates/scripts/run_tikv.sh.tpl index cc77e262e9..403104848c 100644 --- a/embed/templates/scripts/run_tikv.sh.tpl +++ b/embed/templates/scripts/run_tikv.sh.tpl @@ -20,7 +20,7 @@ echo $stat {{- end}} {{- end}} -export MALLOC_CONF="prof:true,prof_active:true,prof.active:false" +export MALLOC_CONF="prof:true,prof_active:false,prof.active:false" {{- if .NumaNode}} exec numactl --cpunodebind={{.NumaNode}} --membind={{.NumaNode}} bin/tikv-server \