티스토리 뷰
반응형
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 awareness.
Examples:
- RHEL6 or earlier (/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
- RHEL7 or later (/etc/default/grub)Please note, grub config has to be rebuilt for changes to take effect:
-
# grub2-mkconfig -o /etc/grub2.cfg
-
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"
- To modify grub from RHEL8 and later refer: How do I permanently modify the kernel command line in RHEL 8 or 9?
Root Cause
- NUMA cannot be disabled, but kernel can handle all memory as a single NUMA node. /usr/share/doc/kernel-doc-4.18.0/Documentation/x86/x86_64/boot-options.txt describes the option as follows.
-
numa=off Only set up a single NUMA node spanning all memory.
반응형
'linux' 카테고리의 다른 글
logstash pipline output (0) | 2023.06.14 |
---|---|
How to fix "pvs shows unknown device" (1) | 2023.05.16 |
systemd 상태 확인에 따른 서비스 기동 스크립트 (0) | 2022.08.09 |
linux rpm hotfix check (0) | 2022.08.01 |
Openssl update (0) | 2022.07.29 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- centos7 ntp
- CentOS 7 GUI
- 윈도우 cmd 계정 관리
- vm rac
- 리눅스 커맨드 로그남기기
- 윈도우서버 계정 관려
- ansible ios
- 특정 라인삭제
- linux command log
- dl20
- windows.old 강제삭제
- oracle linux8 kernel
- chrony
- nxos ansible
- dl20 g9 centos7 설치
- dl20 centos7
- DL20 GEN9 장비에 CentOS 7
- shell connmad log
- ipmi
- 특정 문구 치환
- cmd로 윈도우 계정 관리
- nutanix rac
- ISCSI 볼륨 RAC
- cisco ansible
- cgroup
- ios ansible
- ansible network
- cmd로 계정 생성
- ILO
- kernel 변경
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함