: : 미유의 개인사정

뒤로 검색

mongo 실행시 WARNING: You are running on a NUMA machine. 경고날떄

2014/08/25 16:28

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 &"

이런식으로 수정해주면 된다.


이 페이지는 Textcube 1.10.10 : Tempo primo 로 구동됩니다 데스크탑 화면