solidsnake
Member
I am trying to disable transparent hugepage on the server.
in the following command output it says to add transparent_hugepage=never".
When I ran this command, the UUID part did not come as follows. So I did some research and found that it belongs to the swap directory so I added it (I think I made a mistake)
when I run this command I get the following output.
In order for the setting to be made correctly, it should come as follows.
always madvise [never]
Where do I need to delete or add parameters in the output below?
in the following command output it says to add transparent_hugepage=never".
When I ran this command, the UUID part did not come as follows. So I did some research and found that it belongs to the swap directory so I added it (I think I made a mistake)
Code:
[root@dataserver~]# cat /etc/default/grub
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=94279fa2-b457-46c9-b782-6a60a76416e2 rhgb quiet transparent_hugepage=never"
GRUB_CMDLINE_LINUX="rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
Code:
cat /sys/kernel/mm/transparent_hugepage/enabled
Code:
[always] madvise never
In order for the setting to be made correctly, it should come as follows.
always madvise [never]
Where do I need to delete or add parameters in the output below?
Code:
[root@dataserver~]# cat /etc/default/grub
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=94279fa2-b457-46c9-b782-6a60a76416e2 rhgb quiet transparent_hugepage=never"
GRUB_CMDLINE_LINUX="rhgb quiet"
GRUB_DISABLE_RECOVERY="true"