Introduction
Non-Uniform Memory Access (NUMA) is distributed shared memory architecture, where the access latency to memory is non-uniform across different processors. In NUMA, each processor or set of common cores will have its own local memory forming a small building block (called node/domain). These blocks are interconnected across high speed network to form a large scale Symmetric Multiprocessor (SMP) server. continue reading...