Skip to content

Commit

Permalink
set prof_active to false (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKeao authored May 17, 2021
1 parent 7f3c663 commit f7ca6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed/templates/scripts/run_tikv.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f7ca6e5

Please sign in to comment.