Sample Header Ad - 728x90

Does Linux's NUMA architecture shares main memory as well?

3 votes
1 answer
1799 views
I am reading about NUMA (Non-uniform memory access) architecture. It looks like this is the hardware architecture that on the multiprocessor system, each core accesses their internal local memory is faster than the remote memory. The thing I don't know is: looks like the main memory (RAM) is also divided between nodes. That makes me confused because I think all the nodes (which are stayed inside the same CPU) will have the same access speed to the main memory. So why does Linux divide the main memory for each node?
Asked by hqt (607 rep)
Apr 30, 2020, 10:14 PM
Last activity: Jun 9, 2020, 11:50 PM