2016-09-19 27 views
0

使用NUMA的機器的MongoDB寫入性能非常慢。我經歷了這個https://docs.mongodb.com/manual/administration/production-notes/。我禁用了區域回收,並使用numactl --interleave=all命令啓動了mongodb .NUMA警告現在消失了,但我無法獲得性能。當我發射numactl -s,它顯示MongoDB和NUMA

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 ?.

回答