LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   disable transparent_hugepage (https://www.linuxquestions.org/questions/linux-general-1/disable-transparent_hugepage-4175733739/)

glib 02-10-2024 08:14 PM

disable transparent_hugepage
 
OS : Oracle Linux 7

Code:

cat /etc/default/grub
Quote:

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet transparent_hugepage=never"
GRUB_DISABLE_RECOVERY="true"
Code:

cat /sys/kernel/mm/transparent_hugepage/enabled
[always] madvise never


Another server

Code:

cat /etc/default/grub
Quote:

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="resume=UUID=0664bb41-fb7e-4da7-a683-3b095c6ac852 rhgb quiet transparent_hugepage=never"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true

in the output of cat /etc/default/grub on my first server

No UUID in GRUB_CMDLINE_LINUX parameter ?


All times are GMT -5. The time now is 03:48 PM.