CentOS学习19_centos6.5关闭transparent huge pages详细操作

前端之家收集整理的这篇文章主要介绍了CentOS学习19_centos6.5关闭transparent huge pages详细操作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

vi /etc/grub.conf
kernel项增加 transparent_hugepage=never


例如:

title Red Hat Enterprise Linux (2.6.32-431.el6.x86_64)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-431.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root  transparent_hugepage=never
        initrd /initramfs-2.6.32-431.el6.x86_64.img
原文链接:https://www.f2er.com/centos/379942.html

猜你在找的CentOS相关文章