Closed
Description
As per https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/:
You should disable THP on Linux machines to ensure best performance with MongoDB.
However, the official docker image for MongoDB does not have THP disabled. I believe it would make sense to adjust the Dockerfile so that THP is disabled.
Activity
tianon commentedon Apr 25, 2018
Duplicate of #112.
We cannot apply this change in the Docker image -- it has to be applied on your Docker host.