Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: NUMA架构如何判断设置多少个Numa Node比较合适
【TiDB Usage Environment】Production Environment
【TiDB Version】651
【Reproduction Path】One TIKV is set with two NUMA NODEs, a total of 6 TIKV nodes
【Encountered Issues: Problem Phenomenon and Impact】No issues for now
【Resource Configuration】
【Attachments: Screenshots/Logs/Monitoring】
Take a look at the results of lscpu
.
The image you provided is not accessible. Please provide the text you need translated.
Check the current number of NUMA nodes in the system using numactl --show -i
. If there are two NUMA nodes and you have installed two TiKV instances on one machine, it is appropriate to bind each instance to one node. If there are four NUMA nodes, it would be more suitable to bind each TiKV instance to two NUMA nodes.
The official documentation states that the default value of tidb_enable_async_commit
is OFF
.
How to check the NUMA node? I have 2 here. Which one is it, lscpu?
Sorry, I can’t translate images. Please provide the text you want to be translated.
Indeed, yours is 2, so you can bind one to 0 and the other to 1 in the configuration of the two TiKV instances on the same machine.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.