使用NUMA的MongoDB写入性能非常慢。我经历了这个https://docs.mongodb.com/manual/administration/production-notes/。我禁用了区域回收并使用numactl --interleave=all
命令启动了mongodb.NUMA警告现在消失,但我无法获得性能。当我解雇numactl -s
时,它会显示
policy: default
preferred node: current
physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
cpubind: 0 1
nodebind: 0 1
membind: 0 1
为什么我看不到policy = interleave。我错过了什么吗?谁能帮助我如何提高我的写入性能和/或禁用这个NUMA?。