멀티코더 CPU의 처리 성능 향상을 위해 아래와 같이 OS 부팅 파라메터인 NUMA 파라메터를 비활성할 수 있다.
NUMA 설정 변경 후 OS를 리부팅 해야 한다.
자세한 NUMA 파라메터 설명은 레드햇 사이트를 참조하기 바란다.
AUTOMATIC NUMA BALANCING
- Periodic NUMA unmapping of process memory
- NUMA hinting fault
- Migrate-on-Fault (MoF) - moves memory to where the program using it runs
- task_numa_placement - moves running programs closer to their memory
9.2.1. Configuring Automatic NUMA Balancing
- # numactl --hardware shows multiple nodes, and
- # cat /sys/kernel/debug/sched_features shows NUMA in the flags.
'IT > Linux' 카테고리의 다른 글
[Linux] PDF 문서를 Text 문서로 변환하기 (0) | 2020.11.29 |
---|---|
[Linux] 디렉토리의 특정 대상 파일을 제외하고 조회하기 (0) | 2018.05.18 |
[Linux] FIN Time Wait 로 인한 연결 세션 Full 발생 시 조치 방법 (0) | 2018.05.18 |
[Linux] 리눅스 접속기록 확인 (0) | 2018.05.18 |
[Linux] 방화벽 포트 열기, 방화벽 설정 해제 (0) | 2018.05.18 |