NUMA - Non Uniform Memory Architecture 非统一内存架构
Table of Contents
Non Uniform Memory Architecture
Non Uniform Memory Architecture
- Each CPU has its own memory (fast)
- Other memory accessed via other CPUs (slower)
Unlucky NUMA Placement
- Without NUMA optimizations, this can happen
Optimized NUMA placement
- With numad or numa/core
- 3-15% performance improvement typical