Skip to content

Commit

Permalink
Update embed/templates/scripts/run_pd_scale.sh.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar authored Nov 8, 2022
1 parent 725f714 commit 58a63a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed/templates/scripts/run_pd_scale.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd "${DEPLOY_DIR}" || exit 1
{{- if .NumaNode}}
exec numactl --cpunodebind={{.NumaNode}} --membind={{.NumaNode}} GODEBUG=madvdontneed=1 bin/pd-server \
{{- else}}
exec GODEBUG=madvdontneed=1 bin/pd-server \
exec env GODEBUG=madvdontneed=1 bin/pd-server \
{{- end}}
--name="{{.Name}}" \
--client-urls="{{.Scheme}}://{{.ListenHost}}:{{.ClientPort}}" \
Expand Down

0 comments on commit 58a63a4

Please sign in to comment.