Skip to content

Update production-notes.txt #2303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

artickl
Copy link

@artickl artickl commented May 27, 2015

Received warning:
** WARNING: You are running on a NUMA machine.
** We suggest launching mongod like this to avoid performance problems:
** numactl --interleave=all mongod [other options]

After installation mongod 3.0.3 on Ubuntu 14.04. After checking how to enable it - found that upstart script (/etc/init/mongod.conf) taken care of it themself if package "numactl" is installed.

So, "apt-get install numactl && service mongod restart" fixed this warning, but I spend 10-20 minutes to dig it in... So, would like to save time to somebody else =)


This change is Reviewable

@p-mongo
Copy link

p-mongo commented Feb 26, 2020

I would think that for a production deployment, if one is running on a numa machine they would be well served by reviewing the settings and ensuring the settings are correct, rather than relying on unknown defaults. Hence I would suggest not making the change proposed in this PR.

@kay-kim
Copy link
Contributor

kay-kim commented Feb 26, 2020

Hi @artickl --
thank you much for this pull request and apologies for the long delay. Recently we have updated the section
https://docs.mongodb.com/manual/administration/production-notes/#configuring-numa-on-linux

and as such, will close this pull request without merge. However, we very much appreciate your taking the time to help us improve the docs and apologies once again for the long delay.

Regards,

Kay Kim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants