900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > How to disable NUMA in Red Hat Enterprise Linux system

How to disable NUMA in Red Hat Enterprise Linux system

时间:2021-11-07 19:26:52

相关推荐

How to disable NUMA in Red Hat Enterprise Linux system

How to disable NUMA in Red Hat Enterprise Linux system?

Solution Verified - Updated August 17 at 11:06 AM -

Environment

Red Hat Enterprise Linux 4

Red Hat Enterprise Linux 5

Red Hat Enterprise Linux 6

Red Hat Enterprise Linux 7

Issue

How to disable NUMA in Red Hat Enterprise Linux system?

Resolution

Adding the "numa=off" to kernel command line in boot loader configuration and rebooting the system will disable NUMA.

Examples:

RHEL 4, RHEL 5, RHEL 6 (/boot/grub/grub.conf)

title Red Hat Enterprise Linux AS (2.6.9-55.EL) root (hd0,0) kernel /vmlinuz-2.6.9-55.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet numa=off initrd /initrd-2.6.9-55.EL.img

RHEL 7 (/etc/default/grub)

GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel_vm-210/root rd.lvm.lv=rhel_vm-210/swap vconsole.font=latarcyrheb-sun16 crashkernel=auto vconsole.keymap=us rhgb quiet numa=off"

Please note, on RHEL 7 grub config has to be rebuilt for changes to take effect:

~]# grub2-mkconfig -o /etc/grub2.cfg

Product(s)

Red Hat Enterprise Linux

Component

numactl

Tags

numa

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。