NUMA - Non Uniform Memory Architecture 非统一内存架构

Table of Contents

Non Uniform Memory Architecture

Unlucky NUMA Placement

Optimized NUMA placement


 

Non Uniform Memory Architecture

  •  Each CPU has its own memory (fast)
  •  Other memory accessed via other CPUs (slower)

NUMA - Non Uniform Memory Architecture 非统一内存架构

 

Unlucky NUMA Placement

  •  Without NUMA optimizations, this can happen

NUMA - Non Uniform Memory Architecture 非统一内存架构

 

Optimized NUMA placement

  •  With numad or numa/core
  •  3-15% performance improvement typical

NUMA - Non Uniform Memory Architecture 非统一内存架构