如何在 RHEL6.8关闭透明大页内存
To disable Transparent HugePages boot time either one of the following 2 methods may be used: Add the following to the kernel boot line in /etc/grub.conf (a symlink to /boot/grub/grub.conf) and reboot the server ( this is the preferred method ): [size=90%] transparent_hugepage=never Once modified the line will read similar to the following example: [size=90%]title Oracle Linux Server (2.6.32-300.25.1.el6uek.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-300.25.1.el6uek.x86_64 ro root=LABEL=/ transparent_hugepage=never initrd /initramfs-2.6.32-300.25.1.el6uek.x86_64.img [size=90%] OR Add the