在这台安装了NUMA的机器上,MongoDB写入性能非常慢。我经历了这个https://docs.mongodb.com/manual/administration/production-notes/。我禁用了区域回收,并使用numactl --interleave=all命令启动了mongodb,因为现在mentioned.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?
发布于 2016-12-05 15:31:02
我是MongoDB的新手,正在阅读一些白皮书。NUMA这个说明如果你在https://webassets.mongodb.com/_com_assets/collateral/MongoDB-Performance-Best-Practices.pdf?_ga=1.50371949.595438063.1479457116硬件上运行你的MongoDB和客户端,你应该配置一个内存交错策略。
https://stackoverflow.com/questions/39566169
复制相似问题