Skip to content
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

Error starting on non-numa machine #14

Closed
grossws opened this issue Jan 11, 2015 · 0 comments · Fixed by #15
Closed

Error starting on non-numa machine #14

grossws opened this issue Jan 11, 2015 · 0 comments · Fixed by #15

Comments

@grossws
Copy link
Contributor

grossws commented Jan 11, 2015

docker run mongo fails on non-numa docker host with numactl: This system does not support NUMA policy and exit status code 1.

I'll fix it ASAP and create PR to fix this issue.

Reported by @henrjk in #11.

grossws referenced this issue in grossws/docker-mongo Jan 11, 2015
Added check with dummy `numactl --interleave=all true` test command
to ensure that:
- kernel/host is numa-enabled,
- `--interleave=all` policy is present (I think, it should be present
  always, but didn't checked that).

Fixes mongodb#14.
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 a pull request may close this issue.

1 participant