美文网首页
Ubuntu关闭mongodb的transparent_huge

Ubuntu关闭mongodb的transparent_huge

作者: fugeit | 来源:发表于2018-07-26 18:17 被阅读0次

进入mongo的客户端时会出现transparent_hugepage的警告信息,如何屏蔽警告信息呢

echo never > /sys/kernel/mm/transparent_hugepage/enabled

echo never> /sys/kernel/mm/transparent_hugepage/defrag

如果提示权限不够,则使用chmod来修改权限即可

相关文章

网友评论

      本文标题:Ubuntu关闭mongodb的transparent_huge

      本文链接:https://www.haomeiwen.com/subject/wiobmftx.html