Created 03-30-2018 12:23 AM
Hi there,
Whenever instaling Cloudera on Redhat 7 or Centos 7, after disabling the transparent hugepage, the warning still showing, I have already put the following lines to /etc/rc.local, however it is still the same.
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo never > /sys/kernel/mm/transparent_hugepage/enabled
I tried the following as well.
echo never > /sys/kernel/mm/redhat_transparent_hugepage/defrag
echo never > /sys/kernel/mm/redhat_transparent_hugepage/enabled
Thank you.
Created 04-12-2018 07:44 PM
after changing the rc.local to executable, it solved the issue
$chmod +x /etc/rc.d/rc.local
Created 04-02-2018 05:31 AM
what version of kernel are you using ?
did this happens after reboot ?
do you have permission to change the value
Created 04-02-2018 06:35 PM
Helo csguna,
The kernel is 3.10, after rebooted it is the same, I am using root account.
Created 04-12-2018 07:44 PM
after changing the rc.local to executable, it solved the issue
$chmod +x /etc/rc.d/rc.local