NUMA refers to the computer memory design choice available for multiprocessors. NUMA means that a processor has memory attached to it directly (local memory) and also has connection to memory that is attached to other processors (remote memory). It will take longer to access some regions of memory than others.