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 非统一内存架构

 

相关文章:

  • 2022-12-23
  • 2021-09-24
  • 2021-09-19
  • 2022-01-03
  • 2021-11-17
  • 2021-05-26
  • 2021-08-02
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2022-01-19
  • 2022-01-09
  • 2021-11-09
  • 2021-09-14
  • 2022-12-23
相关资源
相似解决方案