How to avoid transparent_hugepage/defrag warning from mongodb?
Official MongoDB documentation gives several solutions for this issue. You can also try this solution, which worked for me: Note: Try official documentation directives if MongoDB version is greater than 3.0 Open /etc/init.d/mongod file. (if no such file you might check /etc/init.d/mongod, /etc/init/mongod.conf files – credit: the below comments) Add the lines below immediately after … Read more