# NUMA
- Shared memory
- Often made by physically linking two or more [SMP](SMP.md)
- One [SMP](SMP.md) can directly access memory of another [SMP](SMP.md)
- Not all processors have equal access time to all memories
- Memory access across link is slower
- [Cache Coherence](Cache%20Coherence.md)