Warnings about NUMA while starting up the container #113
Open
Description
Hi,
I'm running the mongo image on a NUMA-enabled machine, and I get following warning from logs when MongoDB is starting:
WARNING: You are running on a NUMA machine.
We suggest launching mongod like this to avoid performance problems:
numactl --interleave=all mongod [other options]
How can I resolve this? Any help is appreciated, thanks.