WARNING: You are running on a NUMA machine.
오류 발생하면?
numactl이 설치되어있는지 확인하고
몽고 실행을 numactl --interleave=all mongod -f /etc/mongod.conf 의 형태로
numactl --interleave=all 을 앞에 붙여서 실행해주면 경고 나오지 않는다.
centos에서 yum으로 설치했을경우
/etc/init.d/mongod 파일을 열고 start부분에
daemon --pidfile=${pidfile} --user mongodb "numactl --interleave=all $exec $options >> $logfile 2>&1 &"
이런식으로 수정해주면 된다.