Skip to content

Commit

Permalink
fix tiflash numa node (#2401)
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
gengliqi and ti-chi-bot[bot] authored Apr 9, 2024
1 parent 6f01692 commit ea64109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/spec/tiflash.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func (i *TiFlashInstance) InitConfig(
DeployDir: paths.Deploy,
LogDir: paths.Log,

NumaNode: spec.NumaCores,
NumaNode: spec.NumaNode,
NumaCores: spec.NumaCores,
}

Expand Down

0 comments on commit ea64109

Please sign in to comment.