There is an off-by-one bug where on a two node numa system, we count it as 3 nodes.
This code should be `return i - 1`;
https://github.com/mongodb/mongo/blob/217c5457fac/src/mongo/util/processinfo_linux.cpp#L783-L787
There is an off-by-one bug where on a two node numa system, we count it as 3 nodes.
This code should be `return i - 1`;
https://github.com/mongodb/mongo/blob/217c5457fac/src/mongo/util/processinfo_linux.cpp#L783-L787